cmake command updated to match debian's /usr location. fixes #232
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ git clone https://github.com/epoupon/lms.git lms
|
|||||||
cd lms
|
cd lms
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
```
|
```
|
||||||
__Notes__:
|
__Notes__:
|
||||||
* you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`).
|
* you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`).
|
||||||
|
|||||||
Reference in New Issue
Block a user