GNOME Build: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) m Figured it would. |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnome.org/pub/GNOME/sources/gnome-build/ | | http://ftp.gnome.org/pub/GNOME/sources/gnome-build/{{GNOME-Build-Version2}}/gnome-build-{{GNOME-Build-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
| Line 19: | Line 18: | ||
* [[GNOME Virtual File System]] | * [[GNOME Virtual File System]] | ||
* [[GDL]] | * [[GDL]] | ||
* [[Perl Module Locale::Gettext]] | |||
== Non-Multilib == | == Non-Multilib == | ||
| Line 89: | Line 89: | ||
=== Short Descriptions === | === Short Descriptions === | ||
[[Category:Programming]] | |||
Latest revision as of 10:06, 9 April 2009
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/gnome-build/2.24/gnome-build-2.24.1.tar.bz2 |
|---|
Introduction to GNOME Build
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} &&
make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH32" \
./configure --prefix=${GNOME_PREFIX} &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATHN32" \
./configure --prefix=${GNOME_PREFIX} \
--libdir=${GNOME_PREFIX}/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
PKG_CONFIG_PATH="$PKG_CONFIG_PATH64" \
./configure --prefix=${GNOME_PREFIX} \
--libdir=${GNOME_PREFIX}/lib64 &&
make
Install the package
make install
Contents
| Installed Programs: | gdb-am-parse gbf-mkfile-parse |
|---|---|
| Installed Libraries: | libgbf-1.so libgbf-widgets-1.so |
| Installed Directory: | ${GNOME_PREFIX}/lib/gnome-build-1.0 |