mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 09:51:56 +00:00
update documentation
This commit is contained in:
25
README.org
Normal file
25
README.org
Normal file
@@ -0,0 +1,25 @@
|
||||
* 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
|
||||
|
||||
* Documentation
|
||||
See sdcv man page for usage description.
|
||||
|
||||
* Bugs
|
||||
If you find bug reports it via email to dushistov at mail dot ru.
|
||||
Be sure to include the word "sdcv" somewhere in the "Subject:" field.
|
||||
|
||||
|
||||
* Notes to developer
|
||||
** make source code release
|
||||
make package_source
|
||||
Reference in New Issue
Block a user