Difference between revisions of "Xcb-utils"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://xcb.freedesktop.org/dist/xcb-util-{{xcbutil-Version}}.tar.bz2 |} ---- == Introduction ...)
 
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
----
 
----
 
== Introduction to xcb-util ==
 
 
'''Project Home Page''': http://xcb.freedesktop.org/wiki/
 
  
 
== Dependencies ==
 
== Dependencies ==
 
=== Required ===
 
=== Required ===
 
* [[libxcb]]
 
* [[libxcb]]
 +
* [[Gperf]]
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 19: Line 16:
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=$XORG_PREFIX --disable-dependency-tracking &&
+
  ./configure $XORG_CONFIG &&
 
  make
 
  make
  
Line 32: Line 29:
 
Compile the package:
 
Compile the package:
  
  To do...
+
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 +
./configure $XORG_CONFIG32 &&
 +
make
  
 
Install the package
 
Install the package
Line 42: Line 41:
 
Compile the package:
 
Compile the package:
  
  To do...
+
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 +
./configure $XORG_CONFIGN32 &&
 +
make
  
 
Install the package
 
Install the package
Line 52: Line 53:
 
Compile the package:
 
Compile the package:
  
  To do...
+
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 +
./configure $XORG_CONFIG64 &&
 +
make
  
 
Install the package
 
Install the package
Line 69: Line 72:
 
|-valign="top"
 
|-valign="top"
 
! Installed Directory:
 
! Installed Directory:
| /{$XORG_PREFIX}/include/xcb
+
| {$XORG_PREFIX}/include/xcb
 
|}
 
|}

Latest revision as of 09:23, 23 September 2007

Download Source: http://xcb.freedesktop.org/dist/xcb-util-0.3.6.tar.bz2

Dependencies

Required

Non-Multilib

Compile the package:

./configure $XORG_CONFIG &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure $XORG_CONFIG32 &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure $XORG_CONFIGN32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure $XORG_CONFIG64 &&
make

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: libxcb-atom.{a,la,so}, libxcb-aux.{a,la,so}, libxcb-event.{a,la,so}, libxcb-property.{a,la,so}, libxcb-icccm.{a,la,so}, libxcb-image.{a,la,so}, libxcb-keysyms.{a,la,so}, libxcb-reply.{a,la,so}, libxcb-wm.{a,la,so}, libxcb-render-util.{a,la,so}
Installed Directory: {$XORG_PREFIX}/include/xcb