Xorg7/Data: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Created page. |
Bigdissaved (talk | contribs) |
||
| Line 43: | Line 43: | ||
===32-Bit=== | ===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=== | ===N32=== | ||
Revision as of 09:11, 22 October 2006
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
64-Bit
Next install the Xorg Fonts