Skip to content

Commit 015e328

Browse files
committed
Instructions for building RPM
1 parent 9dae473 commit 015e328

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ Installation
3737
------------
3838
To install from source please run ``make`` and ``sudo make install`` from the top level.
3939

40+
RPM Build
41+
---------
42+
Run:
43+
```
44+
$ export exanic_version=2.7.4
45+
$ (cd .. && tar -czf $HOME/rpmbuild/SOURCES/exanic-${exanic_version}.tar.gz exanic-software --transform=s#exanic-software/#exanic-${exanic_version}/#g)
46+
$ rpmbuild -ba -D 'debug_package %{nil}' exanic.spec
47+
```
48+
4049
Support
4150
-------
4251
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.

0 commit comments

Comments
 (0)