-
Notifications
You must be signed in to change notification settings - Fork 29
Building pwiz
Laurent edited this page Apr 14, 2014
·
1 revision
For details, see
- https://svn.code.sf.net/p/proteowizard/code/trunk/pwiz/doc/technical/building.html
- https://svn.code.sf.net/p/proteowizard/code/trunk/pwiz/doc/docs.html
- Install dependencies. On linux
-
Boost:
sudo apt-get install libboost1.53-all-dev
-
gd:
sudo apt-get install libgd2-xpm-dev
(possibly optional) -
fftw:
sudo apt-get install libfftw3-dev
-
Get the data
svn checkout https://proteowizard.svn.sourceforge.net/svnroot/proteowizard/trunk/pwiz <pwiz-root>
-
Build with
quickbuild.sh
-
Get some example code
mkdir hello_pwiz
cp doc/technical/hello_pwiz/hello_pwiz.cpp hello_pwiz
cp doc/technical/hello_pwiz/Jamfile.jam hello_pwiz
-
Build example code
quickbuild.sh hello_pwiz
-
Test example code
hello_pwiz/hello_pwiz example_data/tiny.pwiz.1.1.mzML