Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • loss
  • producer
3 results

install.md

Blame
  • 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/macaon

    Compilation :

    $ cd macaon
    $ mkdir build
    $ cd build
    $ cmake -DCMAKE_INSTALL_PREFIX=/path/to/install ..
    $ make -j && make install

    Back to main page