aerothemeplasma/kwin/effects_cpp/kde-effects-forceblur/install.sh

8 lines
107 B
Bash
Raw Normal View History

2024-08-09 01:20:25 +00:00
#!/bin/bash
rm -rf build
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install