mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
readme: add a warning about "make install" overriding laminar.conf
resolves #96
This commit is contained in:
parent
cd64be2cea
commit
4554039703
@ -26,6 +26,7 @@ git clone https://github.com/ohwgiles/laminar.git
|
|||||||
cd laminar
|
cd laminar
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make -j4
|
make -j4
|
||||||
|
# Warning: the following will overwrite an existing /etc/laminar.conf
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user