aerothemeplasma/KWin/smaragd-0.1.1/INSTALL
2023-08-25 00:32:11 +02:00

16 lines
183 B
Text
Executable file

Requirements:
cmake
kdebase-workspace
cairo
glib2
To Install:
cd smaragd
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install