File: README.org

package info (click to toggle)
sdcv 0.5.0~beta4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 424 kB
  • ctags: 318
  • sloc: cpp: 2,878; sh: 75; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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