aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-11-01 06:24:11 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-11-01 06:24:11 (GMT)
commit2223c879bf41d2b4f40fa43db478ba1bce8523de (patch)
tree73defc6419ce1e0744081c5d4235f285706d3f96 /README
parentaabf32a1d908b2a07578d8e02aa1efc1879b6e5c (diff)
downloadfluxbox-2223c879bf41d2b4f40fa43db478ba1bce8523de.zip
fluxbox-2223c879bf41d2b4f40fa43db478ba1bce8523de.tar.bz2
moved meta-information around a little bit
Diffstat (limited to 'README')
-rw-r--r--README54
1 files changed, 9 insertions, 45 deletions
diff --git a/README b/README
index d047baa..4246f40 100644
--- a/README
+++ b/README
@@ -1,44 +1,12 @@
1Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with 1Fluxbox is a windowmanager for X that was based on the Blackbox 0.61.1 code.
2different goals. 2It is very light on resources and easy to handle but yet full of features to
3make an easy, and extremely fast, desktop experience.
3 4
4Read NEWS to see whats new in this release. 5Read INSTALL to read about building and installing fluxbox. Read NEWS to see
6whats new in this release, for copyright information see COPYING. For more
7information go to:
5 8
6For copyright information see COPYING 9 http://fluxbox.org/
7
8For more information go to:
9 http://fluxbox.org/
10
11
12Compile and Install:
13
14 $ ./configure
15 $ make
16 and then as root
17 # make install
18
19
20Cross-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
43Thanks: 11Thanks:
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