- remove generated files *.gmo

- remove not used Makefile.am
- fix work with translated messages
- make package and make install fixes
This commit is contained in:
Evgeniy Dushistov
2013-07-06 20:04:22 +00:00
parent dd9304951f
commit 5f43a6dae6
12 changed files with 46 additions and 394 deletions

12
README
View File

@@ -1,3 +1,12 @@
* How to compile and install
mkdir /tmp/build-sdcv
cd /tmp/build-sdcv
cmake path/to/source/code/of/sdcv
make
** to install type
make install
you can use "DESTDIR" variable to change installation path
* Documentation
See sdcv man page for usage description.
@@ -6,3 +15,6 @@ 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