kde-playground/loopy/INSTALL

9 lines
127 B
Text
Raw Permalink Normal View History

2015-09-25 03:56:12 +00:00
----------------
Installing loopy
----------------
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make install