mirror of
https://github.com/openSUSE/libsolv.git
synced 2026-02-05 12:45:46 +01:00
19 lines
183 B
Plaintext
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
|
|
|