Difference between revisions of "Openbox"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (New page: {|style="text-align: left; background-color: AliceBlue;" |- !Download Source: |http://icculus.org/openbox/releases/openbox-{{Openbox-Version}}.tar.gz |} --- {{Package-Introduction|Openbo...) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | |http:// | + | |http://openbox.org/dist/openbox/openbox-{{Openbox-Version}}.tar.gz |
|} | |} | ||
− | + | {{Package-Introduction|Openbox is a highly configurable, next generation window manager with extensive standards support.|http://openbox.org/}} | |
− | |||
− | {{Package-Introduction|Openbox is a highly configurable, next generation window manager with extensive standards support.|http:// | ||
== Dependencies == | == Dependencies == | ||
Line 34: | Line 32: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr && | + | ./configure --prefix=/usr --sysconfdir=/etc && |
make | make | ||
Line 47: | Line 45: | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc && |
make | make | ||
Line 59: | Line 57: | ||
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ | ||
− | --libdir=/usr/lib32 && | + | --sysconfdir=/etc --libdir=/usr/lib32 && |
make | make | ||
Line 71: | Line 69: | ||
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | CC="gcc ${BUILD64}" ./configure --prefix=/usr \ | ||
− | --libdir=/usr/lib64 && | + | --sysconfdir=/etc --libdir=/usr/lib64 && |
make | make | ||
Line 107: | Line 105: | ||
| | | | ||
|} | |} | ||
+ | |||
+ | [[Category:Window Managers]] |
Latest revision as of 15:50, 13 May 2010
Download Source: | http://openbox.org/dist/openbox/openbox-3.4.11.1.tar.gz |
---|
Contents
Introduction to Openbox
Openbox is a highly configurable, next generation window manager with extensive standards support.
Project Homepage: http://openbox.org/
Dependencies
Required
Recommended
Configuration Information
--disable-startup-notification: disable the startup notification library. |
--disable-xcursor: disable use of the X Cursor library. |
--disable-session-management: build without support for session management. |
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --sysconfdir=/etc --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --sysconfdir=/etc --libdir=/usr/lib64 && make
Install the package:
make install
Configuring
Contents
Installed Directories: | /usr/include/openbox/3.4 |
---|---|
Installed Programs: | gdm-control, gnome-panel-control, openbox, openbox-gnome-session, openbox-kde-session, openbox-session |
Installed Libraries: | libobparser.a, libobparser.la, libobparser.so, libobrender.a, libobrender.la, libobrender.so |