Skip to content
Snippets Groups Projects
Select Git revision
  • 8d60e70026cfab4baedb8d7befe265eb251b0f3c
  • master default
  • object
  • develop protected
  • private_algos
  • cuisine
  • SMOTE
  • revert-76c4cca5
  • archive protected
  • no_graphviz
  • 0.0.2
  • 0.0.1
12 results

config_test.yml

Blame
  • INSTALL 526 B
    CMAKE install procedure
    =======================
    
    The basic procedure to build and install macaon from sources is the following.
    - Create a build directory.
      If the sources are in the macaon-X.X.X/ directory:
        cd macaon-X.X.X
        mkdir build
        cd build
    - Launch the cmake command:
        cmake ..
    
      If you want to install macaon locally, you can specify the install path with :
        cmake -DCMAKE_INSTALL_PREFIX:PATH=/absolute/path/to/macaon_install_dir
    
    - Build the sources with:
        make
    - Install macaon
        make install