Difference between revisions of "Xorg7/xbitmaps"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m (-1 spelling) |
|||
Line 11: | Line 11: | ||
Back to [[Xorg7/MesaLib|MesaLib]] | Back to [[Xorg7/MesaLib|MesaLib]] | ||
− | = Introduction to xbitmaps = | + | == Introduction to xbitmaps == |
− | = Dependencies = | + | == Dependencies == |
− | == Required == | + | === Required === |
* Xorg [[Xorg7/Utilities|Utilities]] | * Xorg [[Xorg7/Utilities|Utilities]] | ||
− | = Non-Multilib = | + | == Non-Multilib == |
First, configure the Xbitmaps package by running the following command: | First, configure the Xbitmaps package by running the following command: | ||
Line 29: | Line 29: | ||
make install | make install | ||
− | = Multilib = | + | == Multilib == |
− | == 32Bit == | + | === 32Bit === |
First, configure the Xbitmaps package by running the following command: | First, configure the Xbitmaps package by running the following command: | ||
Line 41: | Line 41: | ||
make install | make install | ||
− | == N32 == | + | === N32 === |
+ | |||
First, configure the Xbitmaps package by running the following command: | First, configure the Xbitmaps package by running the following command: | ||
Line 50: | Line 51: | ||
make install | make install | ||
− | == 64Bit == | + | === 64Bit === |
+ | |||
First, configure the Xbitmaps package by running the following command: | First, configure the Xbitmaps package by running the following command: | ||
Line 61: | Line 63: | ||
Forward to [[Xorg7/Apps|Apps]] | Forward to [[Xorg7/Apps|Apps]] | ||
− | = Contents = | + | == Contents == |
− | == Short Description == | + | === Short Description === |
Revision as of 13:39, 3 January 2007
Download Source: | http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.1.0.tar.bz2 |
---|---|
Download Source: | http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.1.0.tar.gz |
Back to MesaLib
Contents
Introduction to 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
32Bit
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
First, configure the Xbitmaps package by running the following command:
CC="gcc ${BUILDN32}" ./configure $XORG_CONFIGN32
Now install as the root user:
make install
64Bit
First, configure the Xbitmaps package by running the following command:
CC="gcc ${BUILD64}" ./configure $XORG_CONFIG64
Now install as the root user:
make install
Forward to Apps