Go to file
Evgeniy Dushistov fae4b432e1 - not requeire exact version number for stardict ifo file
- ignore utf-8 BOM during magic string check
2013-07-07 17:04:51 +00:00
2013-07-06 17:50:15 +00:00
2007-08-14 18:18:20 +00:00
2013-07-07 15:25:58 +00:00
2013-07-06 20:04:22 +00:00
2007-08-14 18:18:20 +00:00
2013-07-07 14:52:04 +00:00
2013-07-06 20:25:08 +00:00

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

Description
Languages
C++ 78.1%
CMake 16.8%
Shell 5.1%