JohanMoreau / fw4spl-deps

External dependencies for fw4spl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FW4SPL Binpkgs

About

FW4SPL Binpkgs are the dependencies necessary to build FW4SPL applications.

Build steps

  • Get the sources from the repository. If you read this README, you should know how to do it
  • Create a dir and cd in it
  • do a
$ cmake -DCMAKE_BUILD_TYPE=<build_type> -DCMAKE_INSTALL_PREFIX=<install_prefix>

With

  • <build_type> being Debug or Release as used by cmake
  • <install_prefix> being a directory where all libs and exe from the binpkgs will be installed (better to be a personnal folder right now, don't use /usr/local or other)
  • do a
$ make itk json-spirit camp dcmtk hdf5 ann cryptopp -j <number of parallel compilation tasks to run>

About

External dependencies for fw4spl


Languages

Language:C++ 70.7%Language:Python 29.3%