kde-playground/loopy/INSTALL
2015-09-25 03:56:12 +00:00

9 lines
No EOL
127 B
Text

----------------
Installing loopy
----------------
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install