Difference between revisions of "Xorg7/Data"

From CBLFS
Jump to navigationJump to search
(N32)
(64-Bit)
Line 69: Line 69:
  
 
===64-Bit===
 
===64-Bit===
 +
Compile each package with the following commands:
 +
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++  ${BUILD64}" \
 +
./configure $XORG_CONFIG64 &&
 +
make
 +
 +
There are no test suites for these packages.
 +
 +
Install the packages:
 +
 +
make install
 +
  
 
Next install the Xorg [[Xorg7/Fonts|Fonts]]
 
Next install the Xorg [[Xorg7/Fonts|Fonts]]

Revision as of 10:18, 22 October 2006

Download Source:
http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-1.0.1.tar.bz2
http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-1.0.1.tar.gz
http://xorg.freedesktop.org/releases/individual/data/xkbdata-1.0.1.tar.bz2
http://xorg.freedesktop.org/releases/individual/data/xkbdata-1.0.1.tar.gz

Back to Xorg Apps

Xorg Data

The Xorg data packages provide such things as images and keymaps to the Xorg applications. There are only two packages remaining; xbitmaps was previously installed.

Dependencies

Required

Xorg Apps

Installation

Non-Multilib

Compile each package with the following commands:

 ./configure $XORG_CONFIG &&
 make

There are no test suites for these packages.

Install the packages:

 make install

Multilib

32-Bit

Compile each package with the following commands:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD232}" CXX="g++  ${BUILD32}" \
./configure $XORG_CONFIG32 &&
make

There are no test suites for these packages.

Install the packages:

make install

N32

Compile each package with the following commands:

PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" CC="gcc ${BUILDN32}" CXX="g++  ${BUILDN32}" \
./configure $XORG_CONFIGN32 &&
make

There are no test suites for these packages.

Install the packages:

make install

64-Bit

Compile each package with the following commands:

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++  ${BUILD64}" \
./configure $XORG_CONFIG64 &&
make

There are no test suites for these packages.

Install the packages:

make install


Next install the Xorg Fonts