From e6507d7778e5400fcc5117683f8b1633f06678a2 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 6 Apr 2014 20:03:48 +0200 Subject: HACKING: Update to Markdown syntax; add notes on making releases --- HACKING | 51 +-------------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) mode change 100644 => 120000 HACKING (limited to 'HACKING') diff --git a/HACKING b/HACKING deleted file mode 100644 index 127cd29..0000000 --- a/HACKING +++ /dev/null @@ -1,50 +0,0 @@ - -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. The systemd -user unit directory should be set to avoid writing to the system location. - -Systemd will look for the unit files in `~/.config/systemd/user` so this -directory can be used as a target if the unit files will be used. Otherwise -the location can be set to `no` to disable the systemd files. - -Example: - - $ ./configure --prefix=$HOME/redshift/root \ - --with-systemduserunitdir=$HOME/.config/systemd/user - -Now, build the files: - - $ make - -The main redshift program can be run at this point. To install to the -prefix directory run: - - $ make install - -You can now run the python script. Example: - - $ $HOME/redshift/root/bin/redshift-gtk - - -Depenencies ------------ - -* autotools, gettext -* libdrm (Optional, for DRM support) -* 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 - verbose messages there. diff --git a/HACKING b/HACKING new file mode 120000 index 0000000..36b0b3a --- /dev/null +++ b/HACKING @@ -0,0 +1 @@ +HACKING.md \ No newline at end of file -- cgit v1.2.3-70-g09d2