Difference between revisions of "GConf Editor"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
Weibullguy (talk | contribs) |
||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | |ftp://ftp.gnome.org/pub/GNOME/sources/GConf{{GConf Editor-Version2}}/gconf-editor-{{GConf Editor-Version}}.tar.bz2 | + | |ftp://ftp.gnome.org/pub/GNOME/sources/GConf/{{GConf Editor-Version2}}/gconf-editor-{{GConf Editor-Version}}.tar.bz2 |
|} | |} | ||
Revision as of 18:18, 27 April 2007
Download Source: | ftp://ftp.gnome.org/pub/GNOME/sources/GConf/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