forked from cornelisnetworks/opa-fm
-
Notifications
You must be signed in to change notification settings - Fork 0
License
andyw-lala/opa-fm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OPA Fabric Manager ------------------- * To build the RPM and SRPM: 1. mkdir -p $HOME/rpmbuild/{SOURCES,RPMS,SRPMS} 2. ./Esm/update_opa-fm_spec.sh opa-fm.spec.in opa-fm.spec 3. tar czf $HOME/rpmbuild/SOURCES/opa-fm.tar.gz --exclude-vcs . 4. rpmbuild -ba ./opa-fm.spec This will build the opa-fm RPM in $HOME/rpmbuild/RPMS(architecture)/ This will also create a opa-fm-debuginfo RPM, which by default contains basic symbol information - see blow on how to build with full debugging information. * To build in this directory: 1. cd Esm; ./fmbuild * How to include debugging symbols: export BUILD_CONFIG=debug prior to either of the aforementioned build procedures.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 78.7%
- Perl 7.5%
- Shell 4.4%
- C++ 4.0%
- Makefile 3.2%
- Objective-C 2.2%