add all teh steps
[dana/openbox.git] / README.CVS
1 To build Openbox from CVS you need:
2
3 A C++ Compiler (GNU GCC/G++ 3.2+ suggested)
4 GNU Gettext 0.11.5
5 GNU Autoconf 2.50+
6 GNU Automake
7 GNU Libtool
8 Xft2 library/headers (devel package) (http://www.fontconfig.org)
9 Xlib library/headers (devel package)
10 Python library/headers (devel package) (http://www.python.org)
11
12 Optional:
13 SWIG 1.3.17+ (http://www.swig.org)
14   *** If you don't want to get swig, thats fine, unless you're going to be
15   *** editing stuff.
16   *** Without SWIG, before you build CVS _every time you update_ you need to:
17   ***
18   *** % touch src/openbox.i
19   *** % touch src/openbox_wrap.cc
20   ***
21   *** This is because of how CVS deals with timestamps.
22
23
24 I recommend the latest version of all these packages.
25
26 Do the following to build and install Openbox in CVS:
27
28 % ./bootstrap
29 % ./configure
30 <optional touch commands from above if you don't have SWIG>
31 % make all install
32
33 Don't try building it and running it from the src/ directory, it won't work. It
34 needs to be installed.
35
36 The installed binary is 'openbox3'.