Difference between revisions of "Xorg7/Utilities"

From CBLFS
Jump to navigationJump to search
Line 26: Line 26:
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 +
 +
First install the xorg-cf-files  package with the following commands:
 +
 +
sed -i "s@/usr/X11R6@$XORG_PREFIX@" X11.tmpl &&
 +
./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config &&
 +
make install
 +
 +
Next, install the Imake package with these commands:
 +
 +
./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config &&
 +
make &&
 +
make install
 +
 +
Build the four remaining packages with the standard build commands:
 +
 +
./configure $XORG_CONFIG &&
 +
make
 +
 +
Install the package:
 +
 +
make install
  
 
== Multilib ==
 
== Multilib ==
 +
 +
=== 32Bit ===
 +
 +
=== N32 ===
 +
 +
=== 64Bit ===

Revision as of 09:34, 23 September 2006

Download Source: ftp://ftp.freedesktop.org/pub/xorg/X11R7.0/src/util/

Back to Protocol Headers

Utilities

There are five utilities. Note that the download source, above is the base URL. Each could be downloaded individually, but it is probably easiest to use wget and append either *.bz2 or *.gz to the base URL to pull them all down to your system.

The protocols are, in build order:

  • xorg-cf-files
  • imake
  • gccmakedep
  • lndir
  • makedepend

Dependencies

Non-Multilib

First install the xorg-cf-files package with the following commands:

sed -i "s@/usr/X11R6@$XORG_PREFIX@" X11.tmpl &&
./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config &&
make install

Next, install the Imake package with these commands:

./configure $XORG_CONFIG --with-config-dir=$XORG_PREFIX/lib/X11/config &&
make &&
make install

Build the four remaining packages with the standard build commands:

./configure $XORG_CONFIG &&
make

Install the package:

make install

Multilib

32Bit

N32

64Bit