mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
16 lines
183 B
Text
16 lines
183 B
Text
|
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
|