Skip to content
Laurent edited this page Apr 14, 2014 · 1 revision

For details, see

  1. 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
  1. Get the data svn checkout https://proteowizard.svn.sourceforge.net/svnroot/proteowizard/trunk/pwiz <pwiz-root>

  2. Build with quickbuild.sh

  3. 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
  1. Build example code quickbuild.sh hello_pwiz

  2. Test example code hello_pwiz/hello_pwiz example_data/tiny.pwiz.1.1.mzML

Clone this wiki locally