]> icculus.org git repositories - mikachu/openbox.git/blob - README.CVS
watch out for not loading the timed_menu plugin
[mikachu/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 Automake 1.6+
7 GNU Libtool
8 GNU Bison 1.875+
9 GNU Flex
10 Xft2 library/headers (devel package) (http://www.fontconfig.org)
11 Xlib library/headers (devel package)
12 Pkg-Config
13
14 I recommend the latest version of all these packages.
15
16 Do the following to build and install Openbox in CVS:
17
18 % ./bootstrap
19 % ./configure
20 % make all install
21
22 Don't try running it from the src/ directory without installing, it won't work.
23 It needs to be installed before it is run.
24
25 The installed binary is 'openbox3'.
26
27
28
29 ----
30 Here's the packages from Debian (sid):
31   gcc
32   gettext
33   autoconf
34   libtool
35   bison
36   flex
37   libxft2-dev
38   pkg-config
39
40 ----