Translations:Compile from source/13/en
Jump to navigation
Jump to search
cd /path/to/source
mkdir build cd build cmake .. [CMake options] make sudo make install
cd /path/to/source
mkdir build cd build cmake .. [CMake options] make sudo make install