Skip to content

Instantly share code, notes, and snippets.

@mehmetkose
Last active August 29, 2015 14:26
Show Gist options
  • Save mehmetkose/48ce0c154298dcbdd8c8 to your computer and use it in GitHub Desktop.
Save mehmetkose/48ce0c154298dcbdd8c8 to your computer and use it in GitHub Desktop.
installing Redshift 1.10 on ubuntu 14.04
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