-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.txt
More file actions
30 lines (22 loc) · 766 Bytes
/
install.txt
File metadata and controls
30 lines (22 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Written by: Ernesto Rodriguez <ernesto4160@gmail.com>
Simple instructions to build and install the Framebook plasmoid.
Requirements
You need theese packages as well as it's devel couterparts to
buid Framebook:
QT
cmake
kdebase-plasma (KDE plasma)
qjson
ImageMagick (Magick++)
Build
Theese are the typical build commands you must follow. In
case you want to change the install directory, set the
-DCMAKE_INSTALL_PREFIX parameter to the directory of
your choice. (ie. -DCMAKE_INSTALL_PREFIX=/my/dir/) additionally
make sure that directory is in your KDEDIRS envoiernmental
variable (ie. add: export KDEDIRS=/my/dir/:$KDEDIRS
to your ~/.bashrc file).
Instructions:
1. cmake -DCMAKE_INSTALL_PREFIX=/usr/ .
2. make
3. sudo make install (or su -c 'make install')