Skip to content

biji/sdcv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://travis-ci.org/Dushistov/sdcv.svg?branch=master https://img.shields.io/badge/license-GPL%202-brightgreen.svg

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 also type

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.3%
  • CMake 20.0%
  • Shell 1.7%