1# Installation Instructions
2
31. Extract the source
4    tar -xf kproperty-{version}.tar.xz
5
62. Create a build directory
7    mkdir kproperty-build
8    cd kproperty-build
9
103. Run cmake to configure the build
11    cmake ../kproperty-{version}
12
134. Run make to build the library
14    make
15
165. Run make install to install (as root)
17    sudo make install
18