GNOME Device Manager: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://hal.freedesktop.org/releases/gnome-device-manager-{{GNOME Device Manager-Version}}.tar.bz2 |} ---- ... |
|||
| Line 15: | Line 15: | ||
* [[libgnomeui]] | * [[libgnomeui]] | ||
* [[ScrollKeeper]] | * [[ScrollKeeper]] | ||
=== Optional === | |||
* [[intltool]] | |||
== Non-Multilib == | == Non-Multilib == | ||
Latest revision as of 19:06, 10 December 2007
| Download Source: | http://hal.freedesktop.org/releases/gnome-device-manager-0.2.tar.bz2 |
|---|
Introduction to GNOME Device Manager
Project Homepage: Unknown
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" &&
CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make
Install the package
make install && unset PKG_CONFIG_PATH
N32
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" &&
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
--libdir=/usr/lib32 &&
make
Install the package
make install && unset PKG_CONFIG_PATH
64Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" &&
CC="gcc ${BUILD64}" ./configure --prefix=/usr \
--libdir=/usr/lib64 &&
make
Install the package
make install && unset PKG_CONFIG_PATH