The source code and the documentation are available below.
The multiboost.zip contains the following files and directories:
./CMakeLists.txt: CMake file for generating Makefile.
./src/: C++ source code files
Execute the following commands in the directory where the zipped source code is located in order to get the executable:
> unzip multiboost.zip
> mkdir MultiBoost-Build
> cd Multiboost-Build
> cmake ../MultiBoost-Release
> make all
If you are using the GUI version of cmake, just fill the path where you unzipped the sources (where the source code is) and your build path (where you will build the binaries). Apply ”configure” and then ”generate”. After this you can use the build files created in the build directory to compile the multiboost project.
After compilation, you can run
./multiboost --help
for some rudimentary help on usage. If you need more help, don't hesitate to contact us.
multiboost x86_64 executable for MS Windows (64 bits). Before use, download and install the VC++ redistributable package from Microsoft at the link below