Difference between revisions of "Eggdbus"
From CBLFS
Jump to navigationJump to search (→Non-Multilib) |
(→32Bit: Added configuration and build commands which work) |
||
Line 36: | Line 36: | ||
Compile the package: | Compile the package: | ||
− | + | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 CC="gcc ${BUILD32}" \ | |
+ | ./configure --prefix=/usr \ | ||
+ | --sysconfdir=/etc && | ||
+ | make | ||
Install the package | Install the package |
Revision as of 01:12, 8 January 2011
Download Source: | http://hal.freedesktop.org/releases/eggdbus-0.6.tar.gz |
---|
Contents
Introduction to Eggdbus
Project Homepage: Unknown
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Multilib
32Bit
Compile the package:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 CC="gcc ${BUILD32}" \ ./configure --prefix=/usr \ --sysconfdir=/etc && make
Install the package
make install
N32
Compile the package:
To do ...
Install the package
make install
64Bit
Compile the package:
To do ...
Install the package
make install
Contents
Installed Programs: | eggdbus-glib-genmarshal, eggdbus-binding-tool |
---|---|
Installed Libraries: | libeggdbus-1.{a,la,so} |
Installed Directories: | /usr/include/eggdbus-1 |