Difference between revisions of "Xorg7/Data"
From CBLFS
Jump to navigationJump to searchLine 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
|- | |- | ||
− | | | + | | {{Xorg7-Mirror}}/data/xcursor-themes-{{Xcursor-themes-Version}}.tar.bz2 |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Back to Xorg [[Xorg7/Apps|Apps]] | Back to Xorg [[Xorg7/Apps|Apps]] | ||
− | {{Package-Introduction|The Xorg data packages provide such things as images and keymaps to the Xorg applications. There | + | {{Package-Introduction|The Xorg data packages provide such things as images and keymaps to the Xorg applications. There is only one package remaining; [[Xorg7/xbitmaps|xbitmaps]] was previously installed.}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 35: | Line 22: | ||
./configure $XORG_CONFIG && | ./configure $XORG_CONFIG && | ||
make | make | ||
− | |||
− | |||
Install the packages: | Install the packages: | ||
Line 51: | Line 36: | ||
./configure $XORG_CONFIG32 && | ./configure $XORG_CONFIG32 && | ||
make | make | ||
− | |||
− | |||
Install the packages: | Install the packages: | ||
Line 65: | Line 48: | ||
./configure $XORG_CONFIGN32 && | ./configure $XORG_CONFIGN32 && | ||
make | make | ||
− | |||
− | |||
Install the packages: | Install the packages: | ||
Line 79: | Line 60: | ||
./configure $XORG_CONFIG64 && | ./configure $XORG_CONFIG64 && | ||
make | make | ||
− | |||
− | |||
Install the packages: | Install the packages: | ||
make install | make install | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Next install the Xorg [[Xorg7/Fonts|Fonts]] | Next install the Xorg [[Xorg7/Fonts|Fonts]] |
Revision as of 15:28, 24 April 2007
Download Source: |
---|
http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-1.0.3.tar.bz2 |
Back to Xorg Apps
Contents
Introduction to Xorg7/Data
The Xorg data packages provide such things as images and keymaps to the Xorg applications. There is only one package remaining; xbitmaps was previously installed.
Project Homepage: Unknown
Dependencies
Required
Xorg Apps
Non-Multilib
Compile each package with the following commands:
./configure $XORG_CONFIG && make
Install the packages:
make install
Multilib
32Bit
Compile each package with the following commands:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ ./configure $XORG_CONFIG32 && make
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
Install the packages:
make install
64Bit
Compile each package with the following commands:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ ./configure $XORG_CONFIG64 && make
Install the packages:
make install
Next install the Xorg Fonts