diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -5,7 +5,7 @@ Compilation and Installation: | |||
5 | The `configure' shell script attempts to guess correct values for | 5 | The `configure' shell script attempts to guess correct values for |
6 | various system-dependent variables used during compilation. It uses | 6 | various system-dependent variables used during compilation. It uses |
7 | those values to create a `Makefile' in each directory in the | 7 | those values to create a `Makefile' in each directory in the |
8 | Blackbox source tree. | 8 | Fluxbox source tree. |
9 | 9 | ||
10 | Finally, it creates a shell script `config.status' that you can run | 10 | Finally, it creates a shell script `config.status' that you can run |
11 | in the future to recreate the current configuration, a file | 11 | in the future to recreate the current configuration, a file |
@@ -13,11 +13,12 @@ in the future to recreate the current configuration, a file | |||
13 | reconfiguring, and a file `config.log' containing compiler output | 13 | reconfiguring, and a file `config.log' containing compiler output |
14 | (useful mainly for debugging `configure'). | 14 | (useful mainly for debugging `configure'). |
15 | 15 | ||
16 | If you need to do unusual things to compile Blackbox, please try | 16 | If you need to do unusual things to compile Fluxbox, please try |
17 | to figure out how `configure' could check whether to do them, and mail | 17 | to figure out how `configure' could check whether to do them, and mail |
18 | diffs or instructions to bhughes@tcac.net so they can be considered | 18 | diffs or instructions to fluxbox-developers list (see www.fluxbox.org) |
19 | for the next release. If at some point `config.cache' contains | 19 | so they can be considered for the next release. If at some point |
20 | results you don't want to keep, you may remove or edit it. | 20 | `config.cache' contains results you don't want to keep, you may remove |
21 | or edit it. | ||
21 | 22 | ||
22 | The file `configure.in' is used to create `configure' by a program | 23 | The file `configure.in' is used to create `configure' by a program |
23 | called `autoconf'. You only need `configure.in' if you want to change | 24 | called `autoconf'. You only need `configure.in' if you want to change |
@@ -66,7 +67,7 @@ script's command line. | |||
66 | 67 | ||
67 | Fluxbox supports Window Maker dockapps (warning: restarts from wmaker to | 68 | Fluxbox supports Window Maker dockapps (warning: restarts from wmaker to |
68 | fluxbox don't always handle dockapps correctly) with a gadget called the Slit. | 69 | fluxbox don't always handle dockapps correctly) with a gadget called the Slit. |
69 | The Slit is compiled into Blackbox by default, but may be overridden by | 70 | The Slit is compiled into Fluxbox by default, but may be overridden by |
70 | specifying `--disable-slit' on the configure script's command line. | 71 | specifying `--disable-slit' on the configure script's command line. |
71 | 72 | ||
72 | Fluxbox supports a rendering effect called "faked interlacing" which darkens | 73 | Fluxbox supports a rendering effect called "faked interlacing" which darkens |
@@ -92,3 +93,4 @@ their locations. | |||
92 | 93 | ||
93 | Please read the README file also. | 94 | Please read the README file also. |
94 | 95 | ||
96 | |||