Difference between revisions of "Xorg7/Utilities"
From CBLFS
Jump to navigationJump to searchJeremyUtley (talk | contribs) |
JeremyUtley (talk | contribs) |
||
Line 6: | Line 6: | ||
|} | |} | ||
− | Back to [[Xorg7/ | + | Back to [[Xorg7/Protocol_Headers|Protocol Headers]] |
− | = | + | =Utilities= |
− | There are | + | 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, | + | The protocols are, in build order: |
− | * | + | * [xorg-cf-files] |
− | + | * [imake] | |
− | + | * [gccmakedep] | |
− | + | * [lndir] | |
− | + | * [makedepend] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | * | ||
− | * | ||
− | * | ||
==Dependencies== | ==Dependencies== |
Revision as of 12:13, 18 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
There is no build order dependency for the protocols, but they satisfy dependencies for subsequent modules.
Non-Multilib
Install each protocol:
./configure XORG_CONFIG && make install
Multilib
32Bit
./configure XORG_CONFIG32 && make install
64Bit
./configure XORG_CONFIG64 && make install
Next install the Libraries.