]> Dogcows Code - chaz/openbox/blob - README.CVS
add instructions for CVS compiling
[chaz/openbox] / 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.
This page took 0.037452 seconds and 5 git commands to generate.