mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-15 17:31:56 +00:00
readme cleanups, plus move COPYING to LICENSE
This commit is contained in:
13
README.org
13
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
|
* 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
|
||||||
|
|||||||
Reference in New Issue
Block a user