forked from cornelisnetworks/opa-ff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
21 lines (14 loc) · 681 Bytes
/
README
File metadata and controls
21 lines (14 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OPA tools and Fast Fabric
-------------------------
* To build the RPM and SRPM:
1. mkdir -p $HOME/rpmbuild/{SOURCES,RPMS,SRPMS}
2. ./update_opa_spec.sh opa-ff.spec.in opa-ff.spec
3. tar czf $HOME/rpmbuild/SOURCES/opa.tgz --exclude-vcs .
4. rpmbuild -ba ./opa-ff.spec
This will build the opa-basic-tools, opa-fastfabric, and opa-address-resolution
RPMs in $HOME/rpmbuild/RPMS/(architecture)/
This will also create a opa-debuginfo RPM, which by default contains basic symbol
information - see below on how to build with full debugging information.
* How to include debugging symbols:
export BUILD_CONFIG=debug
prior to the aforementioned build procedure.