Difference between revisions of "Xcb-proto"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://xcb.freedesktop.org/dist/xcb-proto-{{xcbproto-Version}}.tar.bz2 |} ---- == Introductio...) |
Weibullguy (talk | contribs) m |
||
(13 intermediate revisions by 7 users not shown) | |||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http://xcb.freedesktop.org/dist/xcb-proto-{{xcbproto-Version}}.tar.bz2 | + | |http://xcb.freedesktop.org/dist/xcb-proto-{{xcbproto-Version}}.tar.bz2 |
+ | |- | ||
|} | |} | ||
---- | ---- | ||
− | == | + | == Dependencies == |
− | + | === Required === | |
+ | * Ensure the proper XORG_CONFIG* variables are set from [[Xorg7/Intro]] | ||
+ | * [[Python]] >= 2.5 | ||
− | == | + | === Recommended === |
+ | * [[LibXML2]] (To validate the XML against the schema) | ||
== Non-Multilib == | == Non-Multilib == | ||
Line 17: | Line 21: | ||
Compile the package: | Compile the package: | ||
− | ./configure | + | ./configure $XORG_CONFIG |
− | Install the package | + | Install the package: |
make install | make install | ||
== Multilib == | == Multilib == | ||
− | |||
=== 32Bit === | === 32Bit === | ||
Line 30: | Line 33: | ||
Compile the package: | Compile the package: | ||
− | + | USE_ARCH=32 ./configure $XORG_CONFIG32 | |
− | Install the package | + | Install the package: |
make install | make install | ||
Line 40: | Line 43: | ||
Compile the package: | Compile the package: | ||
− | + | USE_ARCH=N32 ./configure $XORG_CONFIGN32 | |
− | Install the package | + | Install the package: |
make install | make install | ||
Line 50: | Line 53: | ||
Compile the package: | Compile the package: | ||
− | + | USE_ARCH=64 ./configure $XORG_CONFIG64 | |
− | Install the package | + | Install the package: |
make install | make install | ||
Line 67: | Line 70: | ||
|-valign="top" | |-valign="top" | ||
! Installed Directory: | ! Installed Directory: | ||
− | | / | + | | /{$XORG_PREFIX}/share/xcb |
|} | |} |
Latest revision as of 09:09, 23 October 2008
Download Source: | http://xcb.freedesktop.org/dist/xcb-proto-1.6.tar.bz2 |
---|
Contents
Dependencies
Required
- Ensure the proper XORG_CONFIG* variables are set from Xorg7/Intro
- Python >= 2.5
Recommended
- 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 |