update documentation

This commit is contained in:
Evgeniy Dushistov
2013-07-06 20:25:08 +00:00
parent 5f43a6dae6
commit 5be0d2d80b

View File

@@ -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