SaxMagique Git
Status: Beta
Brought to you by:
patlac
File | Date | Author | Commit |
---|---|---|---|
src | 2019-06-13 |
![]() |
[5e72fc] Missing const |
tests | 2019-06-13 |
![]() |
[a5d959] Missing files |
.clang-format | 2019-06-13 |
![]() |
[df73d9] First unit test. |
.editorconfig | 2019-06-13 |
![]() |
[df73d9] First unit test. |
.gitignore | 2019-01-13 |
![]() |
[6cb156] Remove autotools files, update gitignore. |
CMakeLists.txt | 2019-01-13 |
![]() |
[533fa9] Update code to compile. |
COPYING | 2016-05-15 |
![]() |
[7194eb] Come back after 8 years! |
FindSaxMagique.cmake | 2016-10-02 |
![]() |
[e084a7] First version of FindSaxMagique.cmake |
TODO | 2016-10-01 |
![]() |
[c14d27] Do not isntall test programs. |
libsaxmagique.spec.in | 2016-05-15 |
![]() |
[7194eb] Come back after 8 years! |
notes | 2016-05-15 |
![]() |
[7194eb] Come back after 8 years! |
readme.txt | 2019-06-13 |
![]() |
[a5d959] Missing files |
http://saxmagique.sourceforge.net/ Installation (choose one configuration): $ mkdir build_debug $ cd build_debug $ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/opt/Debug .. $ make -j4 $ make install $ mkdir build_release $ cd build_release $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/Release .. $ make -j4 $ make install