Difference between revisions of "GConf Editor"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | |ftp://ftp.gnome.org/pub/GNOME/sources/ | + | |ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/{{GConf Editor-Version2}}/gconf-editor-{{GConf Editor-Version}}.tar.bz2 |
|} | |} | ||
Latest revision as of 05:58, 19 August 2007
Download Source: | ftp://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.28/gconf-editor-2.28.0.tar.bz2 |
---|
Contents
Introduction to GConf Editor
Project Homepage: Unknown
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --localstatedir=/var/lib --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" && CC="gcc ${BUILD32}" ./configure --prefix=${GNOME_PREFIX} \ --sysconfdir=/etc/gnome --localstatedir=/var/lib \ --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install && unset PKG_CONFIG_PATH
N32
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" && CC="gcc ${BUILDN32}" ./configure --prefix=${GNOME_PREFIX} \ --sysconfdir=/etc/gnome --localstatedir=/var/lib \ --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install && unset PKG_CONFIG_PATH
64Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && CC="gcc ${BUILD64}" ./configure --prefix=${GNOME_PREFIX} \ --sysconfdir=/etc/gnome --localstatedir=/var/lib \ --mandir=${GNOME_PREFIX}/share/man && make
Install the package
make install && unset PKG_CONFIG_PATH