]> icculus.org git repositories - dana/openbox.git/blob - README.CVS
ignore new lex/yacc gen'd files
[dana/openbox.git] / README.CVS
1 To build Openbox from CVS you need:
2
3 A C Compiler (GNU GCC 3.2+ suggested)
4 GNU Gettext 0.11.5
5 GNU Autoconf 2.50+
6 GNU Automake 1.7.1+ (1.7.1 has a bug fix for py-compile)
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 Pkg-Config
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   gcc
31   gettext
32   automake1.7
33   autoconf
34   libtool
35   pkg-config
36   libxft2-dev
37   python-dev
38
39 ----
40 Check out the Wiki for how to configure Openbox 3:
41 http://icculus.org/openbox/phpwiki/index.php/PythonScripting