Software:PeptideSieve:Build
From SPCTools
(Difference between revisions)
Revision as of 18:49, 29 October 2007 Dcampbel (Talk | contribs) ← Previous diff |
Current revision Parag (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | 1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.) | + | PeptideSieve can be built using the boost build system and bjam. |
- | 2. Edit the peptideSieveDistribution/src/make/defaults.inc file to indicate library location. | + | ===bjam build instructions=== |
- | 3. Change directories to peptideSieveDistribution/src/peptideSieve and run make | + | 1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.) If not, you can get them from [http://www.boost.org/ here] |
+ | |||
+ | 2. Set a few environment variables and add bjam to your path | ||
+ | |||
+ | |||
+ | BOOST_BUILD_PATH=/hpc/share/boost/tools/build/v2/ | ||
+ | |||
+ | PATH=$PATH:/hpc/bin/bjam | ||
+ | |||
+ | CPLUS_INCLUDE_PATH=/stf/home/atrium/darren/local/include | ||
+ | |||
+ | LIBRARY_PATH=/tools/lib:/hpc/lib | ||
+ | |||
+ | LD_LIBRARY_PATH=/tools/lib:/hpc/lib | ||
+ | |||
+ | |||
+ | 3) Type 'bjam' and it should compile a binary into peptideSieve/bin. | ||
+ | |||
+ | [http://tools.proteomecenter.org/wiki/index.php?title=Software:PeptideSieve Back] to main PeptideSieve page. |
Current revision
PeptideSieve can be built using the boost build system and bjam.
[edit]
bjam build instructions
1. Obtain and install boost libraries for your platform. (Most linux systems should have boost already installed somewhere.) If not, you can get them from here
2. Set a few environment variables and add bjam to your path
BOOST_BUILD_PATH=/hpc/share/boost/tools/build/v2/
PATH=$PATH:/hpc/bin/bjam
CPLUS_INCLUDE_PATH=/stf/home/atrium/darren/local/include
LIBRARY_PATH=/tools/lib:/hpc/lib
LD_LIBRARY_PATH=/tools/lib:/hpc/lib
3) Type 'bjam' and it should compile a binary into peptideSieve/bin.
Back to main PeptideSieve page.