1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00
Files
libsolv/INSTALL
2011-05-24 17:05:41 +02:00

19 lines
183 B
Plaintext

Compiling and installing the software
Requirements:
- C compiler
- cmake
- make
- expat
Steps to compile/install:
1. mkdir build
2. cd build
3. cmake ..
4. make
5. make install