Fixed the source installation process
This commit is contained in:
@@ -98,6 +98,7 @@ Get the latest stable release and build it:
|
|||||||
git clone https://github.com/epoupon/lms.git lms
|
git clone https://github.com/epoupon/lms.git lms
|
||||||
cd lms
|
cd lms
|
||||||
mkdir build
|
mkdir build
|
||||||
|
cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
```
|
```
|
||||||
__Note__: in order to customize the installation directory, you can use the _-DCMAKE_INSTALL_PREFIX_ option (defaults to `/usr/local`).
|
__Note__: in order to customize the installation directory, you can use the _-DCMAKE_INSTALL_PREFIX_ option (defaults to `/usr/local`).
|
||||||
|
|||||||
Reference in New Issue
Block a user