diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2013-11-23 17:12:07 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2013-11-23 17:12:07 -0500 |
commit | d9f35a59898ac0dd50ada33124909a097b37d39c (patch) | |
tree | a4eec2d095f3b05baaf6922f116f5b7d4fd9c9ea /HACKING | |
parent | colorramp: Use new color ramp table provided by Ingo Thies. (diff) | |
download | redshift-ng-d9f35a59898ac0dd50ada33124909a097b37d39c.tar.gz redshift-ng-d9f35a59898ac0dd50ada33124909a097b37d39c.tar.bz2 redshift-ng-d9f35a59898ac0dd50ada33124909a097b37d39c.tar.xz |
Clean up install instructions in README, INSTALL, HACKING
Setup automake to "foreign" so that no additional files are required to be present.
Remove AUTHORS and ChangeLog (this info can be found in the git repository), and remove INSTALL.
Add a reference to the HACKING document in README.
Add dependency information in HACKING.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,9 @@ Build from repository $ ./bootstrap $ ./configure +The bootstrap script will use autotools to set up the build environment +and create the `configure` script. + Use `./configure --help' for options. Use `--prefix' to make an install in your home directory. This is necessary to test python scripts. Example: @@ -24,6 +27,15 @@ You can now run the python scripts. Example: $HOME/redshift/root/bin/redshift-gtk +Depenencies +----------- + +* autotools, gettext +* libxcb, libxcb-randr (Optional, for RandR support) +* libX11, libXxf86vm (Optional, for VidMode support) +* geoclue (Optional, for geoclue support) + + Notes ----- - verbose flag is (currently) only held in redshift.c; thus, write all |