Last active
August 29, 2015 14:26
-
-
Save mehmetkose/48ce0c154298dcbdd8c8 to your computer and use it in GitHub Desktop.
installing Redshift 1.10 on ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please make sure that installation of this packages | |
sudo apt-get install libxcb1-dev libxcb-randr0-dev libx11-dev intltool | |
Download & open the file (wget) | |
https://github.com/jonls/redshift/releases/download/v1.10/redshift-1.10.tar.xz | |
Than configure it | |
./configure --prefix=$HOME/redshift/root --with-systemduserunitdir=$HOME/.config/systemd/user | |
Follow this steps | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment