diff --git a/README b/README.org similarity index 89% rename from README rename to README.org index aaeb1bf..373f08b 100644 --- a/README +++ b/README.org @@ -1,8 +1,13 @@ * How to compile and install + mkdir /tmp/build-sdcv cd /tmp/build-sdcv cmake path/to/source/code/of/sdcv make + +if you enable nls then you should type also +make lang + ** to install type make install you can use "DESTDIR" variable to change installation path