forked from intel/eth-fast-fabric
-
Notifications
You must be signed in to change notification settings - Fork 0
License
bella485/eth-fast-fabric
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Intel Ethernet tools and Fast Fabric ------------------------- * To build the RPM and SRPM: 1. mkdir -p $HOME/rpmbuild/{SOURCES,RPMS,SRPMS} 2. cp eth-tools.spec.in eth-tools.spec 3. ./update_eth_spec.sh 4. name="eth-fast-fabric-$(grep '^Version:' eth-tools.spec.in |cut -d' ' -f2 |sed 's/~/-/g')" && tar czf $HOME/rpmbuild/SOURCES/$name.tar.gz --exclude-vcs --transform "s,^,$name/," . 5. rpmbuild -ba ./eth-tools.spec This will build the eth-tools-basic and eth-tools-fastfabric RPMS in $HOME/rpmbuild/RPMS/(architecture)/ This will also create a eth-tools-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.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 73.5%
- Shell 13.2%
- Perl 7.1%
- Makefile 6.0%
- C++ 0.2%
- Tcl 0.0%