Difference between revisions of "Xorg7/Data"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
|||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
* Xorg [[Xorg7/Apps|Apps]] | * Xorg [[Xorg7/Apps|Apps]] | ||
* [[Perl Module XML::Parser|XML::Parser]] | * [[Perl Module XML::Parser|XML::Parser]] | ||
+ | * [[intltool]] | ||
== Non-Multilib == | == Non-Multilib == | ||
Line 31: | Line 32: | ||
./configure $XORG_CONFIG \ | ./configure $XORG_CONFIG \ | ||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | ||
− | --with-xkb-rules-symlink=xorg --enable-compat-rules && | + | --with-xkb-rules-symlink=xorg --enable-compat-rules \ |
+ | --enable-xkbcomp-symlink && | ||
make && | make && | ||
make install | make install | ||
Line 50: | Line 52: | ||
./configure $XORG_CONFIG32 \ | ./configure $XORG_CONFIG32 \ | ||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | ||
− | --with-xkb-rules-symlink=xorg --enable-compat-rules && | + | --with-xkb-rules-symlink=xorg --enable-compat-rules \ |
+ | --enable-xkbcomp-symlink && | ||
make && | make && | ||
make install | make install | ||
Line 67: | Line 70: | ||
./configure $XORG_CONFIGN32 \ | ./configure $XORG_CONFIGN32 \ | ||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | ||
− | --with-xkb-rules-symlink=xorg --enable-compat-rules && | + | --with-xkb-rules-symlink=xorg --enable-compat-rules \ |
+ | --enable-xkbcomp-symlink && | ||
make && | make && | ||
make install | make install | ||
Line 84: | Line 88: | ||
./configure $XORG_CONFIG64 \ | ./configure $XORG_CONFIG64 \ | ||
--with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ | ||
− | --with-xkb-rules-symlink=xorg --enable-compat-rules && | + | --with-xkb-rules-symlink=xorg --enable-compat-rules \ |
+ | --enable-xkbcomp-symlink && | ||
make && | make && | ||
make install | make install |
Latest revision as of 17:29, 8 June 2009
Download Source: |
---|
http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-1.0.3.tar.bz2 |
http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-1.4.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 are only two packages remaining; xbitmaps was previously installed.
Project Homepage: Unknown
Dependencies
Required
- Xorg Apps
- XML::Parser
- intltool
Non-Multilib
Install xcursor-themes with the following command:
./configure $XORG_CONFIG && make && make install
Install xkeyboard-config with the following command:
./configure $XORG_CONFIG \ --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ --with-xkb-rules-symlink=xorg --enable-compat-rules \ --enable-xkbcomp-symlink && make && make install
Multilib
32Bit
Install xcursor-themes with the following command:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ ./configure $XORG_CONFIG32 && make && make install
Install xkeyboard-config with the following command:
./configure $XORG_CONFIG32 \ --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ --with-xkb-rules-symlink=xorg --enable-compat-rules \ --enable-xkbcomp-symlink && make && make install
N32
Install xcursor-themes with the following command:
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ ./configure $XORG_CONFIGN32 && make && make install
Install xkeyboard-config with the following command:
./configure $XORG_CONFIGN32 \ --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ --with-xkb-rules-symlink=xorg --enable-compat-rules \ --enable-xkbcomp-symlink && make && make install
64Bit
Install xcursor-themes with the following command:
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ ./configure $XORG_CONFIG64 && make && make install
Install xkeyboard-config with the following command:
./configure $XORG_CONFIG64 \ --with-xkb-base=${XORG_PREFIX}/share/X11/xkb \ --with-xkb-rules-symlink=xorg --enable-compat-rules \ --enable-xkbcomp-symlink && make && make install
Next install the Xorg Fonts