Difference between revisions of "Xorg7/xbitmaps"
From CBLFS
Jump to navigationJump to search (→Multilib) |
|||
Line 26: | Line 26: | ||
== Multilib == | == Multilib == | ||
+ | '''''This package does not provide any external libraries so only one installation is needed.''''' | ||
=== 32Bit === | === 32Bit === |
Revision as of 19:17, 19 March 2008
Download Source: | http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.1.0.tar.bz2 |
---|
Back to MesaLib
Contents
Introduction to Xorg7/xbitmaps
Project Homepage: Unknown
Dependencies
Required
- Xorg Utilities
Non-Multilib
Configure the package:
./configure $XORG_CONFIG
Install the package:
make install
Multilib
This package does not provide any external libraries so only one installation is needed.
32Bit
Configure the package:
CC="gcc ${BUILD32}" ./configure $XORG_CONFIG32
Install the package:
make install
N32
Configure the package:
CC="gcc ${BUILDN32}" ./configure $XORG_CONFIGN32
Install the package:
make install
64Bit
Configure the package:
CC="gcc ${BUILD64}" ./configure $XORG_CONFIG64
Install the package:
make install
Forward to Apps