add "just in case" code if our multiplier gets too big
[platform/upstream/libsolv.git] / INSTALL
1 Compiling and installing the software
2
3 Requirements:
4
5 - C compiler
6 - cmake
7 - make
8 - expat
9
10 Steps to compile/install:
11
12 1. mkdir build
13 2. cd build
14 3. cmake ..
15 4. make
16
17 5. make install
18