Software:PeptideSieve:Build
From SPCTools
Revision as of 18:49, 29 October 2007 Dcampbel (Talk | contribs) ← Previous diff |
Revision as of 18:33, 1 November 2007 Dcampbel (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
+ | |||
+ | # bjam build instructions | ||
+ | |||
+ | 1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.) | ||
+ | |||
+ | 2. Set boost_build directory environment variable and add and bjam to your path | ||
+ | |||
+ | 3. Go into the peptideSieve directory and edit the Jamfile to | ||
+ | |||
+ | uncomment: | ||
+ | |||
+ | # : <include>/stf/home/atrium/darren/local/include | ||
+ | |||
+ | and say where boost includes live | ||
+ | |||
+ | or create a few environment variables: | ||
+ | |||
+ | BOOST_BUILD_PATH=/stf/home/atrium/darren/local/share/boost-build | ||
+ | CPLUS_INCLUDE_PATH=/stf/home/atrium/darren/local/include | ||
+ | LIBRARY_PATH=/stf/home/atrium/darren/local/lib | ||
+ | |||
+ | 4) Type 'bjam' and it just works. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ## Old build instructions | ||
+ | |||
1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.) | 1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.) | ||
Revision as of 18:33, 1 November 2007
- bjam build instructions
1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.)
2. Set boost_build directory environment variable and add and bjam to your path
3. Go into the peptideSieve directory and edit the Jamfile to
uncomment:
- : <include>/stf/home/atrium/darren/local/include
and say where boost includes live
or create a few environment variables:
BOOST_BUILD_PATH=/stf/home/atrium/darren/local/share/boost-build CPLUS_INCLUDE_PATH=/stf/home/atrium/darren/local/include LIBRARY_PATH=/stf/home/atrium/darren/local/lib
4) Type 'bjam' and it just works.
- Old build instructions
1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.)
2. Edit the peptideSieveDistribution/src/make/defaults.inc file to indicate library location.
3. Change directories to peptideSieveDistribution/src/peptideSieve and run make