Warning, /libraries/kproperty/INSTALL.md is written in an unsupported language. File is not indexed.

0001 # Installation Instructions
0002 
0003 1. Extract the source
0004     tar -xf kproperty-{version}.tar.xz
0005 
0006 2. Create a build directory
0007     mkdir kproperty-build
0008     cd kproperty-build
0009 
0010 3. Run cmake to configure the build
0011     cmake ../kproperty-{version}
0012 
0013 4. Run make to build the library
0014     make
0015 
0016 5. Run make install to install (as root)
0017     sudo make install