From 5be0d2d80b8011f8ccc62293ceb8f030e38f5ecd Mon Sep 17 00:00:00 2001 From: Evgeniy Dushistov Date: Sat, 6 Jul 2013 20:25:08 +0000 Subject: [PATCH] update documentation --- README => README.org | 5 +++++ 1 file changed, 5 insertions(+) rename README => README.org (89%) 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