pati-ni / contrib

The OpenMS contrib libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMS contrib

This directory contains the OpenMS contrib package.

If you downloaded a stable release, detailed installation instructions and other information can be found in the documentation (OpenMS/doc/index.html).

If this is a development version obtained via Git or as nightly snapshot, the documentation is not contained in this package. Please refer to the OpenMS website http://www.openms.de for installation instructions.

Please note that an internet connection is required to build the contrib since the actual source packages are only downloaded when build.

Build

To see all available build types, execute

$ cmake -DBUILD_TYPE=LIST .

Using the -DBUILD_TYPE switch on the command line, you can customize which external libraries should be built (depending on your system, you might already have some of them installed and may not want to re-install them). CMake will then download the requested libraries and compile them for you.

Note(s)

Note that in case you do a partial build, it is wise to install BZIP2 and ZLIB first, since other libraries (e.g. BOOST) depend on it.

About

The OpenMS contrib libraries

License:Other


Languages

Language:CMake 100.0%