Difference between revisions of "Eggdbus"

From CBLFS
Jump to navigationJump to search
(Created page with '{| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://hal.freedesktop.org/releases/eggdbus-{{Eggdbus-Version}}.tar.gz |} ---- {{Bl…')
 
(64Bit: Fixed an error in the options for 64-bit builds)
 
(3 intermediate revisions by 2 users not shown)
Line 23: Line 23:
 
Compile the package:
 
Compile the package:
  
./autogen.sh &&
 
 
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  make
 
  make
Line 37: Line 36:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  sed -i '/$(XSLTPROC) /s: -nonet::' docs/man/Makefile.am docs/man/Makefile.in
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 CC="gcc ${BUILD32}" \
 +
./configure --prefix=/usr \
 +
--sysconfdir=/etc &&
 +
make
  
 
Install the package
 
Install the package
Line 57: Line 60:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  sed -i '/$(XSLTPROC) /s: -nonet::' docs/man/Makefile.am docs/man/Makefile.in
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 CC="gcc ${BUILD64}" \
 +
./configure --prefix=/usr --libdir=/usr/lib64 \
 +
--sysconfdir=/etc &&
 +
make
  
 
Install the package
 
Install the package

Latest revision as of 12:25, 8 January 2011

Download Source: http://hal.freedesktop.org/releases/eggdbus-0.6.tar.gz

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:

sed -i '/$(XSLTPROC) /s: -nonet::' docs/man/Makefile.am docs/man/Makefile.in
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:

sed -i '/$(XSLTPROC) /s: -nonet::' docs/man/Makefile.am docs/man/Makefile.in
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 CC="gcc ${BUILD64}" \
./configure --prefix=/usr --libdir=/usr/lib64 \
--sysconfdir=/etc &&
make

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