Skip to content

Commit

Permalink
Instructions for building RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
danfruehauf committed May 24, 2024
1 parent 9dae473 commit 015e328
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ Installation
------------
To install from source please run ``make`` and ``sudo make install`` from the top level.

RPM Build
---------
Run:
```
$ export exanic_version=2.7.4
$ (cd .. && tar -czf $HOME/rpmbuild/SOURCES/exanic-${exanic_version}.tar.gz exanic-software --transform=s#exanic-software/#exanic-${exanic_version}/#g)
$ rpmbuild -ba -D 'debug_package %{nil}' exanic.spec
```

Support
-------
Complete documentation is available from our [website](https://www.cisco.com/c/en/us/td/docs/dcn/nexus3550/smartnic/sw/user-guide/cisco-nexus-smartnic-user-guide/index.html). For other questions and comments, you can contact Cisco TAC support team.
Expand Down

0 comments on commit 015e328

Please sign in to comment.