-
Franck Dary authoredFranck Dary authored
install.md 561 B
Installation
Requirements :
- GNU/Linux OS
- CMake >= 3.16.4
- C++20 compiler such as g++ >= 9.2
- LibTorch version 1.5 cxx11 ABI : link
- Boost >= 1.53.0 with program_options : link
Download :
https://gitlab.lis-lab.fr/franck.dary/new_macaon
Compilation :
$ cd macaon
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/path/to/install ..
$ make -j && make install