Skip to content
Snippets Groups Projects
Commit 34d83560 authored by Alexis Nasr's avatar Alexis Nasr
Browse files

added INSTALL file

parent 345717f4
No related branches found
No related tags found
No related merge requests found
INSTALL 0 → 100644
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment