-
Extract the source tar -xf kproperty-{version}.tar.xz
-
Create a build directory mkdir kproperty-build cd kproperty-build
-
Run cmake to configure the build cmake ../kproperty-{version}
-
Run make to build the library make
-
Run make install to install (as root) sudo make install