fluxbox fork with a slight change to maximized windows
Find a file
2011-10-31 10:54:33 -05:00
3rd/vim updated 3rd/vim/fluxkeys.vim 2011-01-24 09:47:33 +01:00
data Re-licensing the ostrich theme due to issues regarding it's distribution 2011-09-01 20:51:14 +02:00
doc Prepare 1.3.2 release 2011-10-28 21:09:05 +02:00
nls Proofreading nls/it_IT/Translation.m and added_myself to translators.txt 2011-10-23 20:06:35 +02:00
src src/Makefile.am,FbTk/StringUtil.cc: Search relative to the executable. 2011-10-31 10:54:33 -05:00
util util/Makefile.am,fluxbox-generate_menu.in: use EXEEXT 2011-10-31 10:54:09 -05:00
.gitignore ignore .build* directories 2011-10-15 11:26:57 +02:00
acinclude.m4 configure.in, acinclude.m4: always pre-pend new libs. 2011-10-31 10:51:30 -05:00
AUTHORS updated the AUTHOR file 2011-01-23 22:23:13 +01:00
autogen.sh Removing more autoconf-generated files 2010-08-10 11:46:11 -04:00
ChangeLog updated ChangeLog 2011-10-23 09:02:18 +02:00
configure.in configure.in: Windows requires a library to link for catgets 2011-10-31 10:54:09 -05:00
COPYING cosmetics 2011-02-27 18:43:29 +01:00
Doxyfile cosmetics 2011-02-27 18:43:29 +01:00
INSTALL Restoring our own custom INSTALL file 2010-08-10 12:00:36 -04:00
Makefile.am Make sure `make distcheck' is successful 2011-04-27 12:10:12 +02:00
NEWS Prepare 1.3.2 release 2011-10-28 21:09:05 +02:00
README README: Add information on cross-compiling for Windows 2011-10-31 10:54:33 -05:00
RoadMap clean slate 2007-08-11 18:56:02 +00:00
stamp-h.in Initial revision 2001-12-11 20:47:02 +00:00
TODO allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
version.h.in check for compiler and version 2004-02-28 10:33:23 +00:00

Fluxbox is a fork of the original Blackbox 0.61.1 sourcecode with
different goals.

Read NEWS to see whats new in this release.

For copyright information see COPYING

For more information go to:
  http://fluxbox.org/


Compile and Install:

  $ ./configure
  $ make
  and then as root
  # make install


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.

Thanks:

  Blackbox team

  People at #fluxbox on the irc.freenode.net irc-network.

  skypher of openprojects for bugtesting and providing fluxbox with
    themes: Clean CleanColor Makro, Carbondioxide and MerleyKay.


  And all the people who sent bugfixes/patches and helped us making
  Fluxbox a better application.