Commit Graph

7 Commits

Author SHA1 Message Date
Sude
b59a49ef0b Update man page 2024-06-04 17:20:25 +03:00
Sude
cdac746adc Update .gitignore 2016-01-17 18:15:12 +02:00
Sandy Carter
a5cc950192 CMake: Convert Makefile build to CMake
Find libraries using cmake/Find*.cmake scripts
Replace Version String with CMake implementation based on CMake Version and
git ref-parse.
Compile manpages in man/CMakeLists.txt to build:
    cmake .
    make manpage
Set debug and release versions with
    cmake -DCMAKE_BUILD_TYPE=Debug
and
    cmake -DCMAKE_BUILD_TYPE=Release
Build and install process can be:
    cmake -DCMAKE_BUILD_TYPE=Release .
    make
    make install
More build options can be found with
    cmake .
    make help
Codeblocks project can be generated using
    cmake -G "CodeBlocks - Unix Makefiles" .
2016-01-03 16:50:29 -05:00
Sude
77712eb8fe Updated .gitignore 2014-02-06 10:04:31 +02:00
Sude
e0c53633b4 Some changes version string handling 2013-04-04 17:51:28 +03:00
Sude
d2566de2f4 version 2.3 and some changes to Makefile 2013-03-19 19:33:55 +02:00
Sude
2d045c4052 Initial commit 2013-03-15 22:46:16 +02:00