Patlac::Xml2cpp Git
Status: Beta
Brought to you by:
patlac
File | Date | Author | Commit |
---|---|---|---|
doc | 2016-08-29 |
![]() |
[142838] New data-libs/xs generated. |
share | 2019-10-20 |
![]() |
[2018ab] collada_xml2xsd.xsd |
src | 2019-10-20 |
![]() |
[2018ab] collada_xml2xsd.xsd |
.clang-format | 2019-10-20 |
![]() |
[2018ab] collada_xml2xsd.xsd |
.editorconfig | 2018-10-19 |
![]() |
[6ea409] Many fixes for xsd with style1. |
.gitignore | 2019-06-13 |
![]() |
[07c92f] Remove autotools files. |
CMakeLists.txt | 2018-10-19 |
![]() |
[6ea409] Many fixes for xsd with style1. |
COPYING | 2008-11-19 |
![]() |
[55e3f8] Version 1.0.2 |
TODO | 2018-10-19 |
![]() |
[6ea409] Many fixes for xsd with style1. |
examples.txt | 2019-06-12 |
![]() |
[d60882] Some cleaning |
readme.txt | 2019-06-12 |
![]() |
[d60882] Some cleaning |
Prerequisite: $ cd .. $ git clone https://git.code.sf.net/p/saxmagique/git saxmagique Then follow the readme.txt of saxmagique To compile xml2cpp 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