mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
9 lines
168 B
Bash
Executable file
9 lines
168 B
Bash
Executable file
#rm -rf build
|
|
#mkdir build
|
|
#cd build
|
|
#cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
|
|
cd build
|
|
make
|
|
sudo make install
|
|
kwin_x11 --replace &
|
|
echo he didts it boys
|