Xcb-proto: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
No edit summary
Line 33: Line 33:
Compile the package:
Compile the package:


./configure $XORG_CONFIG32
  USE_ARCH=32 ./configure $XORG_CONFIG32


Install the package
install the package


  make install
  make install
Line 43: Line 43:
Compile the package:
Compile the package:


  ./configure $XORG_CONFIGN32
  USE_ARCH=N32 ./configure $XORG_CONFIGN32


Install the package
Install the package
Line 53: Line 53:
Compile the package:
Compile the package:


  ./configure $XORG_CONFIG64
  USE_ARCH=64 ./configure $XORG_CONFIG64


Install the package
Install the package

Revision as of 17:04, 23 October 2008

Download Source: http://xcb.freedesktop.org/dist/xcb-proto-1.6.tar.bz2

Dependencies

Required

  • LibXML2 (To validate the XML against the schema)

Non-Multilib

Compile the package:

./configure $XORG_CONFIG

Install the package

make install

Multilib

32Bit

Compile the package:

 USE_ARCH=32 ./configure $XORG_CONFIG32

install the package

make install

N32

Compile the package:

USE_ARCH=N32 ./configure $XORG_CONFIGN32

Install the package

make install

64Bit

Compile the package:

USE_ARCH=64 ./configure $XORG_CONFIG64

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: None
Installed Directory: /{$XORG_PREFIX}/share/xcb