sander-pmf-build
March 1, 2020 ยท View on GitHub
Utilities for testing and building of the sander-pmf package.
sander-pmf Features:
Building and Installation
Testing Mode
$ git clone --recursive https://github.com/kulhanek/sander-pmf-build.git
$ cd sander-pmf-build
$ ./build-utils/00.init-links.sh
$ ./01.pull-code.sh
$ ./04.build-inline.sh # build the code inline in src/
Production Build into the Infinity software repository
$ git clone --recursive https://github.com/kulhanek/sander-pmf-build.git
$ cd sander-pmf-build
$ ./build-utils/00.init-links.sh
$ ./01.pull-code.sh
$ ./10.build-final.sh
Production Build into Custom Directory
$ git clone --recursive https://github.com/kulhanek/sander-pmf-build.git
$ cd sander-pmf-build
$ ./build-utils/00.init-links.sh
$ ./01.pull-code.sh
$ cmake -DCMAKE_INSTALL_PREFIX=/path/to/sander-pmf/installation/directory
$ make
$ make install