Menu

Tree [2018ab] master /
 History

HTTPS access


File Date Author Commit
 doc 2016-08-29 Patrick Lacasse Patrick Lacasse [142838] New data-libs/xs generated.
 share 2019-10-20 Patrick Lacasse Patrick Lacasse [2018ab] collada_xml2xsd.xsd
 src 2019-10-20 Patrick Lacasse Patrick Lacasse [2018ab] collada_xml2xsd.xsd
 .clang-format 2019-10-20 Patrick Lacasse Patrick Lacasse [2018ab] collada_xml2xsd.xsd
 .editorconfig 2018-10-19 Patrick Lacasse Patrick Lacasse [6ea409] Many fixes for xsd with style1.
 .gitignore 2019-06-13 Patrick Lacasse Patrick Lacasse [07c92f] Remove autotools files.
 CMakeLists.txt 2018-10-19 Patrick Lacasse Patrick Lacasse [6ea409] Many fixes for xsd with style1.
 COPYING 2008-11-19 patlac patlac [55e3f8] Version 1.0.2
 TODO 2018-10-19 Patrick Lacasse Patrick Lacasse [6ea409] Many fixes for xsd with style1.
 examples.txt 2019-06-12 Patrick Lacasse Patrick Lacasse [d60882] Some cleaning
 readme.txt 2019-06-12 Patrick Lacasse Patrick Lacasse [d60882] Some cleaning

Read Me

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.