From d58e6caa2525d05c75a9674d438a554fea1c89f9 Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Thu, 2 Jun 2016 13:38:43 +0300 Subject: [PATCH] readme cleanups, plus move COPYING to LICENSE --- COPYING => LICENSE | 0 README.org | 15 +++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) rename COPYING => LICENSE (100%) diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE diff --git a/README.org b/README.org index 373f08b..9626d2c 100644 --- a/README.org +++ b/README.org @@ -1,15 +1,20 @@ +#+OPTIONS: ^:nil +[[https://github.com/Dushistov/sdcv/blob/master/LICENSE][https://img.shields.io/badge/license-GPL%202-brightgreen.svg]] * How to compile and install - +#+BEGIN_SRC sh mkdir /tmp/build-sdcv cd /tmp/build-sdcv cmake path/to/source/code/of/sdcv make - +#+END_SRC if you enable nls then you should type also +#+BEGIN_SRC sh make lang - +#+END_SRC ** to install type +#+BEGIN_SRC sh make install +#+END_SRC you can use "DESTDIR" variable to change installation path * Documentation @@ -22,4 +27,6 @@ Be sure to include the word "sdcv" somewhere in the "Subject:" field. * Notes to developer ** make source code release -make package_source \ No newline at end of file +#+BEGIN_SRC sh +make package_source +#+END_SRC