update TODO
[luccawm.git] / INSTALL
blobc9712ba0d06a324710d966cf73bc3999bda38b4d
1 Introduction:
3 Lucca is a tiling window manager for Linux using GTK+. It is currently in a very early stage of development (I reserve the right to change the name before the first release).
6 Building:
8 This project uses SCons for its build system. You will need the following:
10 * a C compiler and linker (probably gcc)
11 * SCons
12 * pkg-config
13 * GLib >= 2.12
14 * GTK+ >= 2.10, with an X11 backend
16 To build the project, run scons in this directory.
19 Running:
21 To run the window manager in a virtual display (this requires that Xephyr is installed):
23 $ ./start_xephyr <command>
25 where <command> is another command you'd like to start in the virtual display.
27 You can also run the binary loader/main directly if you don't want the Xephyr window.
30 Installing:
32 There is no installation routine. For now, you can just copy loader/main to somewhere in your PATH.