2002-12-29 10:33:49 +00:00
|
|
|
Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with
|
|
|
|
different goals.
|
|
|
|
|
2002-01-11 11:59:54 +00:00
|
|
|
Read NEWS to see whats new in this release.
|
2002-12-29 10:33:49 +00:00
|
|
|
|
|
|
|
For copyright information see COPYING
|
|
|
|
|
2008-10-05 01:49:00 +00:00
|
|
|
For more information go to:
|
|
|
|
http://fluxbox.org/
|
2002-12-29 10:33:49 +00:00
|
|
|
|
2001-12-11 20:47:02 +00:00
|
|
|
|
|
|
|
Compile and Install:
|
|
|
|
|
2002-12-29 10:33:49 +00:00
|
|
|
$ ./configure
|
|
|
|
$ make
|
|
|
|
and then as root
|
|
|
|
# make install
|
|
|
|
|
2002-09-03 10:58:01 +00:00
|
|
|
|
2011-10-31 15:37:29 +00:00
|
|
|
Cross-Compile for Windows:
|
|
|
|
|
|
|
|
You'll want mingw-cross-env installed, with libX11 and mingw-catgets built.
|
|
|
|
A configure line that works is:
|
|
|
|
$ ./configure \
|
|
|
|
--prefix=/ \
|
|
|
|
--host=i686-pc-mingw32 \
|
|
|
|
--disable-imlib2 \
|
|
|
|
--disable-xmb \
|
|
|
|
--disable-slit \
|
|
|
|
--disable-remember \
|
|
|
|
--disable-toolbar \
|
|
|
|
--disable-fribidi \
|
|
|
|
--disable-nls \
|
|
|
|
--disable-xft \
|
|
|
|
LIBS="-lxcb -lXdmcp -lXau -lpthread -lws2_32"
|
|
|
|
|
|
|
|
Then, build and install with
|
|
|
|
$ make install DESTDIR=$(pwd)/stage
|
|
|
|
|
|
|
|
You can then copy the whole "stage" directory to a Windows machine and
|
|
|
|
run it on your choice of X server.
|
|
|
|
|
2001-12-11 20:47:02 +00:00
|
|
|
Thanks:
|
2002-08-20 02:08:26 +00:00
|
|
|
|
2002-12-29 10:33:49 +00:00
|
|
|
Blackbox team
|
2002-08-20 02:08:26 +00:00
|
|
|
|
2007-08-11 17:15:34 +00:00
|
|
|
People at #fluxbox on the irc.freenode.net irc-network.
|
2002-12-29 10:33:49 +00:00
|
|
|
|
|
|
|
skypher of openprojects for bugtesting and providing fluxbox with
|
|
|
|
themes: Clean CleanColor Makro, Carbondioxide and MerleyKay.
|
|
|
|
|
|
|
|
|
2007-08-11 17:15:34 +00:00
|
|
|
And all the people who sent bugfixes/patches and helped us making
|
|
|
|
Fluxbox a better application.
|
2002-12-29 10:33:49 +00:00
|
|
|
|
|
|
|
|