update readme

This commit is contained in:
arcan1s 2015-02-16 02:13:37 +03:00
parent e9ee6150c1
commit cf6ccc293b

View File

@ -27,7 +27,7 @@ Instruction
Dependencies Dependencies
------------ ------------
* kdebase-workspace * kdebase-workspace (*if KDE4 is used*) **or** plasma-framework (*if KF5 is used*)
* lm_sensors (*for definition temperature device*) * lm_sensors (*for definition temperature device*)
Optional dependencies Optional dependencies
@ -35,13 +35,14 @@ Optional dependencies
* proprietary video driver * proprietary video driver
* hddtemp * hddtemp
* smartmontools
* music player (mpd or supported MPRIS) * music player (mpd or supported MPRIS)
Make dependencies Make dependencies
----------------- -----------------
* automoc4
* cmake * cmake
* automoc4 (*if KDE4 is used*) or extra-cmake-modules (*if KF5 is used*)
Installation Installation
------------ ------------
@ -50,15 +51,11 @@ Installation
* install * install
mkdir build && cd build mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` ../ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ../
make && make install
Also you may install it to `/`:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
make && sudo make install make && sudo make install
**NOTE** on Plasma 5 it may require `-DKDE_INSTALL_USE_QT_SYS_PATHS=ON` flag
Additional information Additional information
====================== ======================