Compiling and installing the software


** This is a research project, NOT a complete tool. **


Requirements

- C compiler
- cmake
- make
- expat
- db-4.3

Steps to compile

1. mkdir build
2. cd build
3. cmake ..
4. make


Steps to run the testsuite

1. cd testsuite
2a. ./runtest.rb --redcarpet data.libredcarpet
2b. ./runtest.rb data.libzypp
