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