http://mhernando.github.com/MRCore/
LINUX
-
Go to your GITHUB directory i.e.:
cd ~/GITHUB
-
Clone the repo:
git clone https://github.com/mhernando/MRCore.git
-
if you dont have a build directory, create it:
mkdir -p BUILDS/MRCORE
-
Move to the build folder
cd BUILDS/MRCORE
-
Use Cmake to configure the project:
cmake ../../MRCore
-
Compile MRCore
cmake --build .
-
Install it!
sudo make install
-
if you want to compile the examples:
cmake ../../MRCore -DCREATE_EXAMPLES=ON cmake --build .