]> icculus.org git repositories - dana/openbox.git/blob - README.CVS
add getting of some root properties
[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
5 GNU Autoconf 2.50+
6 GNU Libtool
7 GNU Bison 1.875+
8 GNU Flex
9 Xft2 library/headers (devel package) (http://www.fontconfig.org)
10 Xlib library/headers (devel package)
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   autoconf
33   libtool
34   bison
35   flex
36   libxft2-dev
37   pkg-config
38
39 ----