diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 54 |
1 files changed, 9 insertions, 45 deletions
@@ -1,44 +1,12 @@ | |||
1 | Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with | 1 | Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code. |
2 | different goals. | 2 | It is very light on resources and easy to handle but yet full of features to |
3 | make an easy, and extremely fast, desktop experience. | ||
3 | 4 | ||
4 | Read NEWS to see whats new in this release. | 5 | Read INSTALL to read about building and installing fluxbox. Read NEWS to see |
6 | whats new in this release, for copyright information see COPYING. For more | ||
7 | information go to: | ||
5 | 8 | ||
6 | For copyright information see COPYING | 9 | http://fluxbox.org/ |
7 | |||
8 | For more information go to: | ||
9 | http://fluxbox.org/ | ||
10 | |||
11 | |||
12 | Compile and Install: | ||
13 | |||
14 | $ ./configure | ||
15 | $ make | ||
16 | and then as root | ||
17 | # make install | ||
18 | |||
19 | |||
20 | Cross-Compile for Windows: | ||
21 | |||
22 | You'll want mingw-cross-env installed, with libX11 and mingw-catgets built. | ||
23 | A configure line that works is: | ||
24 | $ ./configure \ | ||
25 | --prefix=/ \ | ||
26 | --host=i686-pc-mingw32 \ | ||
27 | --disable-imlib2 \ | ||
28 | --disable-xmb \ | ||
29 | --disable-slit \ | ||
30 | --disable-remember \ | ||
31 | --disable-toolbar \ | ||
32 | --disable-fribidi \ | ||
33 | --disable-nls \ | ||
34 | --disable-xft \ | ||
35 | LIBS="-lxcb -lXdmcp -lXau -lpthread -lws2_32" | ||
36 | |||
37 | Then, build and install with | ||
38 | $ make install DESTDIR=$(pwd)/stage | ||
39 | |||
40 | You can then copy the whole "stage" directory to a Windows machine and | ||
41 | run it on your choice of X server. | ||
42 | 10 | ||
43 | Thanks: | 11 | Thanks: |
44 | 12 | ||
@@ -46,11 +14,7 @@ Thanks: | |||
46 | 14 | ||
47 | People at #fluxbox on the irc.freenode.net irc-network. | 15 | People at #fluxbox on the irc.freenode.net irc-network. |
48 | 16 | ||
49 | skypher of openprojects for bugtesting and providing fluxbox with | ||
50 | themes: Clean CleanColor Makro, Carbondioxide and MerleyKay. | ||
51 | |||
52 | |||
53 | And all the people who sent bugfixes/patches and helped us making | 17 | And all the people who sent bugfixes/patches and helped us making |
54 | Fluxbox a better application. | 18 | Fluxbox a better application, see AUTHORS for a incomplete list |
55 | 19 | of people who helped fluxbox. | |
56 | 20 | ||