D-BUS Python: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 9: | Line 9: | ||
=== Required === | === Required === | ||
* [[D-BUS Glib]] | * [[D-BUS Glib]] | ||
* [[Python]] | * [[Python]] | ||
* [[ | === Optional (To Build Documentation === | ||
* [[Docutils]] | |||
* [[Epydoc]] | |||
== Non-Multilib == | == Non-Multilib == | ||
| Line 17: | Line 18: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/usr | |||
Install the package: | Install the package: | ||
== Multilib == | == Multilib == | ||
| Line 29: | Line 30: | ||
Compile the package: | Compile the package: | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 | ||
Install the package: | Install the package: | ||
=== N32 === | === N32 === | ||
| Line 39: | Line 40: | ||
Compile the package: | Compile the package: | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 | ||
Install the package: | Install the package: | ||
=== 64 Bit === | === 64 Bit === | ||
| Line 49: | Line 50: | ||
Compile the package: | Compile the package: | ||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 | ||
Install the package: | Install the package: | ||
Revision as of 11:28, 27 January 2007
| Python Binding: | http://dbus.freedesktop.org/releases/dbus-python/dbus-python-0.83.0.tar.gz |
|---|
Dependencies
Required
Optional (To Build Documentation
Non-Multilib
Compile the package:
./configure --prefix=/usr
Install the package:
Multilib
32Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32
Install the package:
N32
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32
Install the package:
64 Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64
Install the package: