aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2012-02-02 18:40:57 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2012-02-02 18:40:57 +0100
commite49d1a4a0ea2281680bac3156c6722dce7e8c3a2 (patch)
tree593e1f0339b3f48afc66c7912d68c46b23ce700a
parentAlso print status on start up. (diff)
downloadredshift-ng-e49d1a4a0ea2281680bac3156c6722dce7e8c3a2.tar.gz
redshift-ng-e49d1a4a0ea2281680bac3156c6722dce7e8c3a2.tar.bz2
redshift-ng-e49d1a4a0ea2281680bac3156c6722dce7e8c3a2.tar.xz
Add some info on building redshift from a bzr branch.
-rw-r--r--HACKING21
1 files changed, 19 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index b4855ee..a127485 100644
--- a/HACKING
+++ b/HACKING
@@ -1,3 +1,20 @@
-- verbose flag is (currently) only held in redshift.c; thus, write all
- verbose messages there
+Build from bzr branch
+---------------------
+ $ ./bootstrap
+ $ ./configure
+
+Use `./configure --help' for options. Use `--prefix' to make an install in
+your home directory. This is necessary to test python scripts.
+
+ $ make
+
+The main redshift program can be run at this point. To test python
+scripts run:
+ $ make install
+
+
+Notes
+-----
+- verbose flag is (currently) only held in redshift.c; thus, write all
+ verbose messages there.