Xorg7/xbitmaps: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-{{Xbitmaps-Version}}.tar.bz2
| {{Xorg7-Mirror}}/data/xbitmaps-{{Xbitmaps-Version}}.tar.bz2
|-
!Download Source:
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-{{Xbitmaps-Version}}.tar.gz
|-
|}
|}


Line 21: Line 17:
== Non-Multilib ==
== Non-Multilib ==


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


  ./configure $XORG_CONFIG
  ./configure $XORG_CONFIG


Now install as the root user:
Install the package:


  make install
  make install
Line 33: Line 29:
=== 32Bit ===
=== 32Bit ===


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


  CC="gcc ${BUILD32}" ./configure $XORG_CONFIG32
  CC="gcc ${BUILD32}" ./configure $XORG_CONFIG32


Now install as the root user:
Install the package:


  make install
  make install
Line 43: Line 39:
=== N32 ===
=== N32 ===


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


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


Now install as the root user:
Install the package:


  make install
  make install
Line 53: Line 49:
=== 64Bit ===
=== 64Bit ===


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


  CC="gcc ${BUILD64}" ./configure $XORG_CONFIG64
  CC="gcc ${BUILD64}" ./configure $XORG_CONFIG64


Now install as the root user:
Install the package:


  make install
  make install

Revision as of 15:25, 24 April 2007

Download Source: http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.1.0.tar.bz2

Back to MesaLib

Introduction to Xorg7/xbitmaps

Project Homepage: Unknown

Dependencies

Required

Non-Multilib

Configure the package:

./configure $XORG_CONFIG

Install the package:

make install

Multilib

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

Contents

Short Description