blob: a127485ce9aa18fce606e5008a8a9991a03c43a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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.
|