Xorg7/xbitmaps: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 32: | Line 32: | ||
===32-bit=== | ===32-bit=== | ||
First, configure the Xbitmaps package by running the following command: | |||
CC="gcc ${BUILD32}" ./configure $XORG_CONFIG32 | |||
Now install as the root user: | |||
make install | |||
===N32=== | ===N32=== | ||
Revision as of 19:33, 15 October 2006
| Download Source: | http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.0.1.tar.bz2 |
|---|---|
| Download Source: | http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.0.1.tar.gz |
Back to MesaLib
xbitmaps
Dependencies
Required
- Xorg Utilities
Non-Multilib
First, configure the Xbitmaps package by running the following command:
./configure $XORG_CONFIG
Now install as the root user:
make install
Multilib
32-bit
First, configure the Xbitmaps package by running the following command:
CC="gcc ${BUILD32}" ./configure $XORG_CONFIG32
Now install as the root user:
make install
N32
64-bit
Forward to Apps