Xorg7/xbitmaps: Difference between revisions

From CBLFS
Jump to navigationJump to search
Versioning template.
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.0.1.tar.bz2
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-{{Xbitmaps-Version}}.tar.bz2
|-
|-
!Download Source:
!Download Source:
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.0.1.tar.gz
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-{{Xbitmaps-Version}}.tar.gz
|-
|-
|}
|}
Line 58: Line 58:


  make install
  make install




Forward to [[Xorg7/Apps|Apps]]
Forward to [[Xorg7/Apps|Apps]]

Revision as of 19:05, 17 December 2006

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

xbitmaps

Dependencies

Required

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

First, configure the Xbitmaps package by running the following command:

CC="gcc ${BUILDN32}" ./configure $XORG_CONFIGN32

Now install as the root user:

make install

64-bit

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