Go to file
2022-09-21 05:30:08 +02:00
data Import the newer scripts from DeforaOS configure 2020-11-19 03:13:55 +01:00
doc doc: improve the generation of GtkDoc documentation 2022-09-16 14:28:11 +02:00
include/System No longer store Makefiles in the source tree 2015-07-12 22:02:26 +02:00
src Add some comments 2022-09-19 17:34:27 +02:00
tests tests: register the new tests 2022-09-21 05:30:08 +02:00
tools Add some comments 2022-09-19 17:34:27 +02:00
.gitignore Register config.sh 2017-01-16 02:56:07 +01:00
COPYING Initial revision 2010-08-22 13:03:56 +00:00
project.conf Import more tests (clint, fixme) 2022-09-19 17:50:59 +02:00
README.md Add configuration instructions 2016-05-16 18:37:26 +02:00

DeforaOS libParser

About libParser

libParser aims at providing parsers for common file formats, such as XML.

Dependencies for libParser

libParser depends on the following software components:

Configuring libParser

Before being able to build libParser, it is necessary to generate Makefiles with configure(1). It should be enough to run this tool as follows:

$ configure

Please refer to the documentation of DeforaOS configure for further instructions.

Compiling libParser

It is then possible to build the project with make(1) as usual. The following command should therefore be enough:

$ make

To install libParser in a dedicated directory, like /path/to/libParser:

$ make PREFIX="/path/to/libParser" install