-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (23 loc) · 846 Bytes
/
README
File metadata and controls
33 lines (23 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Welcome.
In order to build the sources:
Make sure you have the required software
- check (unit testing for C) (http://check.sourceforge.net/ )
- log4c (http://log4c.sourceforge.net)
- libxml2 (most of the times already on your system but available via http://xmlsoft.org)
- python with the lxml library (python is mostly available, lxml is easily installed by easy_install lxml
Step 1
make -f Makefile.cvs
This make sure that you have the right configure script
Step 2
Create a directory (optional) like 'debug'
and run inside the directory '../configure'
Have a look at the options (configure --help) for details
Step 3
Run 'make'
Step 4
Run 'make install'
NOTE ON MESSAGES TO console:
Logging is implemented based on Log4c, you need to set 2 env variables to get logging to
the console:
LOG4C_APPENDER=stdout
LOG4C_PRIORITY=debug