]> Dogcows Code - chaz/openbox/blob - README.CVS
give the debian pkg names
[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 1.7+
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 SWIG 1.3.17+ (http://www.swig.org)
12
13 I recommend the latest version of all these packages.
14
15 Do the following to build and install Openbox in CVS:
16
17 % ./bootstrap
18 % ./configure
19 % make all install
20
21 Don't try running it from the src/ directory without installing, it won't work.
22 It needs to be installed before it is run.
23
24 The installed binary is 'openbox3'.
25
26
27
28 ----
29 Here's the packages from Debian (sid):
30 g++
31 gettext
32 automake1.7
33 autoconf
34 libtool
35 libxft2-dev
36 python-dev
37 swig1.3
This page took 0.038917 seconds and 5 git commands to generate.