mirror of
https://github.com/openSUSE/libsolv.git
synced 2026-02-05 12:45:46 +01:00
26 lines
317 B
Plaintext
26 lines
317 B
Plaintext
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. cmake .
|
|
2. make
|
|
|
|
|
|
Steps to run the testsuite
|
|
|
|
1. cd testsuite
|
|
2a. ./runtest.rb --redcarpet data.libredcarpet
|
|
2b. ./runtest.rb data.libzypp
|