Go to file
Michal Čihař 0f83f0aa0b Store integer magic in cache file
This allows to detect different endianity of machines to avoid
loading caches created with different endianity.

Fixes #36

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-11-14 16:39:57 +01:00
2017-07-31 19:10:02 +02:00
2017-08-16 10:14:23 +03:00
2017-11-14 16:39:57 +01:00
2017-11-14 16:39:57 +01:00
2016-06-02 14:18:09 +03:00
2017-07-26 22:07:23 +02:00
2007-08-14 18:18:20 +00:00
2017-08-16 10:14:23 +03:00
2013-07-06 20:04:22 +00:00
2017-07-26 22:39:28 +02:00
2017-08-16 10:14:23 +03:00
2017-08-16 10:14:23 +03:00

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

update translation

cd po
xgettext -k_ ../src/*.cpp -o new.pot
msgmerge -U sdcv.pot new.pot
rm new.pot
for i in `ls *.po`; do msgmerge -U $i sdcv.pot; done
Description
Languages
C++ 78.1%
CMake 16.8%
Shell 5.1%