Difference between revisions of "Xorg7/xbitmaps"

From CBLFS
Jump to navigationJump to search
(N32)
 
(9 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.0.1.tar.bz2
+
| {{Xorg7-Mirror}}/data/xbitmaps-{{Xbitmaps-Version}}.tar.bz2
|-
 
!Download Source:
 
| http://xorg.freedesktop.org/releases/individual/data/xbitmaps-1.0.1.tar.gz
 
|-
 
 
|}
 
|}
  
 
Back to [[Xorg7/MesaLib|MesaLib]]
 
Back to [[Xorg7/MesaLib|MesaLib]]
  
=xbitmaps=
+
{{Blank-Package-Introduction}}
  
==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:
+
Configure the package:
  
 
  ./configure $XORG_CONFIG
 
  ./configure $XORG_CONFIG
  
Now install as the root user:
+
Install the package:
  
 
  make install
 
  make install
  
==Multilib==
+
== Multilib ==
 +
'''''This package does not provide any external libraries, but it does provide a pkg-config .pc file. So multiple installations are required.'''''
  
===32-bit===
+
=== 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
  
===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
  
===64-bit===
+
=== 64Bit ===
 +
 
 +
Configure the package:
 +
 
 +
CC="gcc ${BUILD64}" ./configure $XORG_CONFIG64
  
 +
Install the package:
 +
 +
make install
  
 
Forward to [[Xorg7/Apps|Apps]]
 
Forward to [[Xorg7/Apps|Apps]]
 +
 +
= Contents =
 +
 +
=== Short Description ===

Latest revision as of 05:27, 20 March 2008

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

This package does not provide any external libraries, but it does provide a pkg-config .pc file. So multiple installations are required.

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