Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
simgunz committed Jan 30, 2013
1 parent d5dc8af commit 12c279e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@ Simone Gaiarin <simgunz AT gmail DOT com>
Code under GPLv3 license (see COPYING)

Requires:
Essential build tools (gcc, cmake, and so on - build-essential package on Kubuntu)
KDE SC 4.x (kde-workspace-dev package on Kubuntu)
Essential build tools (gcc, cmake, and so on)
KDE SC 4.x
Redshift

Packages for Debian like distributions:
build-essential
cmake
kde-workspace-dev
redshift

How to install:
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) ..
make
sudo make install
sudo make install (alternatively su -c 'make install')

After install, reboot or run redshiftautostart manually
to start using the plasmoid.

0 comments on commit 12c279e

Please sign in to comment.