summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 5b1df6768081914a74bf15e4c9c04ca8c68dbcbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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