2007-07-21 03:01:42 +00:00
|
|
|
To build Openbox from git you need:
|
2003-01-24 06:58:22 +00:00
|
|
|
|
2003-03-16 21:11:39 +00:00
|
|
|
A C Compiler (GNU GCC 3.2+ suggested)
|
2011-08-01 15:41:34 +00:00
|
|
|
-GNU Gettext 0.14.4
|
|
|
|
-GNU Autoconf 2.50+
|
2011-10-17 19:48:31 +00:00
|
|
|
-GNU Automake 1.11+
|
2011-08-01 15:41:34 +00:00
|
|
|
-GNU Libtool
|
|
|
|
-Xlib library/headers (devel package)
|
|
|
|
-Pkg-Config
|
|
|
|
-Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
|
|
|
|
-libxml2 2.0+ library/headers (devel package)
|
|
|
|
-Pango 1.10+ library/headers (devel package)
|
|
|
|
-cvs or git or neither, depending on how gettext was installed*
|
|
|
|
|
|
|
|
Also you will probably want:
|
|
|
|
-Imlib2 library/headers (devel package)
|
|
|
|
-X Cursor library/headers (devel package)
|
|
|
|
-Startup Notification library/headers 0.8+ (devel package)
|
2007-05-01 04:53:24 +00:00
|
|
|
|
2007-07-21 03:01:42 +00:00
|
|
|
We recommend the latest versions of all these packages.
|
2003-01-24 07:00:34 +00:00
|
|
|
|
2011-03-05 16:44:26 +00:00
|
|
|
*) for versions below 0.18.1 cvs is needed, above that, see autopoint --version
|
|
|
|
|
2007-07-21 03:01:42 +00:00
|
|
|
Do the following to build and install Openbox in git:
|
2003-01-24 07:00:34 +00:00
|
|
|
|
|
|
|
% ./bootstrap
|
|
|
|
% ./configure
|
2007-07-21 03:01:42 +00:00
|
|
|
% make
|
|
|
|
su to root and
|
|
|
|
% make install
|
|
|
|
or
|
|
|
|
% sudo make install
|
2003-01-24 07:00:34 +00:00
|
|
|
|
2011-08-01 15:41:34 +00:00
|
|
|
Don't try running it from the openbox/ directory without installing, it won't
|
|
|
|
work. It needs to be installed before it is run.
|
2003-01-24 07:00:34 +00:00
|
|
|
|
2007-07-21 13:12:56 +00:00
|
|
|
The following commands will be available: openbox-session,
|
|
|
|
openbox-gnome-session, openbox-kde-session, and openbox.
|
|
|
|
|
|
|
|
See the man pages for details about them. If you want to run Openbox on its
|
|
|
|
own, you probably want to run "openbox-session".
|
2003-01-29 07:28:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2003-05-25 02:05:07 +00:00
|
|
|
----
|
2011-07-23 22:51:38 +00:00
|
|
|
In Ubuntu, you want these packages:
|
|
|
|
|
2003-05-25 02:05:07 +00:00
|
|
|
gcc
|
|
|
|
gettext
|
2011-07-23 22:51:38 +00:00
|
|
|
automake
|
2003-05-25 02:05:07 +00:00
|
|
|
autoconf
|
2013-08-10 16:29:26 +00:00
|
|
|
autopoint
|
2003-05-25 02:05:07 +00:00
|
|
|
libtool
|
2007-05-01 04:53:24 +00:00
|
|
|
libpango1.0-dev
|
2003-05-25 02:05:07 +00:00
|
|
|
pkg-config
|
|
|
|
libglib2.0-dev
|
|
|
|
libxml2-dev
|
2007-05-01 04:53:24 +00:00
|
|
|
libstartup-notification0-dev
|
2011-07-23 22:51:38 +00:00
|
|
|
xorg-dev
|
|
|
|
libimlib2-dev
|
2003-05-25 02:05:07 +00:00
|
|
|
|
2003-02-01 22:47:39 +00:00
|
|
|
----
|