readme cleanups, plus move COPYING to LICENSE

This commit is contained in:
Evgeniy A. Dushistov
2016-06-02 13:38:43 +03:00
parent 736086be6b
commit d58e6caa25
2 changed files with 11 additions and 4 deletions

View File

View File

@@ -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 * How to compile and install
#+BEGIN_SRC sh
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
#+END_SRC
if you enable nls then you should type also if you enable nls then you should type also
#+BEGIN_SRC sh
make lang make lang
#+END_SRC
** to install type ** to install type
#+BEGIN_SRC sh
make install make install
#+END_SRC
you can use "DESTDIR" variable to change installation path you can use "DESTDIR" variable to change installation path
* Documentation * Documentation
@@ -22,4 +27,6 @@ Be sure to include the word "sdcv" somewhere in the "Subject:" field.
* Notes to developer * Notes to developer
** make source code release ** make source code release
#+BEGIN_SRC sh
make package_source make package_source
#+END_SRC