mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
update documentation
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
* How to compile and install
|
* How to compile and install
|
||||||
|
|
||||||
mkdir /tmp/build-sdcv
|
mkdir /tmp/build-sdcv
|
||||||
cd /tmp/build-sdcv
|
cd /tmp/build-sdcv
|
||||||
cmake path/to/source/code/of/sdcv
|
cmake path/to/source/code/of/sdcv
|
||||||
make
|
make
|
||||||
|
|
||||||
|
if you enable nls then you should type also
|
||||||
|
make lang
|
||||||
|
|
||||||
** to install type
|
** to install type
|
||||||
make install
|
make install
|
||||||
you can use "DESTDIR" variable to change installation path
|
you can use "DESTDIR" variable to change installation path
|
||||||
Reference in New Issue
Block a user