Nautilus: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
---- | ---- | ||
{{Blank-Package-Introduction}} | |||
== Dependencies == | == Dependencies == | ||
Revision as of 14:19, 16 April 2007
| Download Source: | http://ftp.gnome.org/pub/GNOME/sources/nautilus/2.32/nautilus-2.32.1.tar.bz2 |
|---|
Introduction to Nautilus
Project Homepage: Unknown
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome &&
make
Install the package
make install &&
install -v -m755 -d ${GNOME_PREFIX}/share/doc/nautilus-2.32.1 &&
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} ${GNOME_PREFIX}/share/doc/nautilus-2.32.1
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome &&
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libdir=${GNOME_PREFIX}/lib32 &&
make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
--libdir=${GNOME_PREFIX}/lib64 &&
make
Install the package
make install &&
install -v -m755 -d ${GNOME_PREFIX}/share/doc/nautilus-2.32.1 &&
install -v -m644 docs/*.{txt,dia,pdf,sxw,faq,html} ${GNOME_PREFIX}/share/doc/nautilus-2.32.1
Contents
- Installed Programs: nautilus, nautilus-file-management-properties, nautilus-connect-server
- Installed Libraries: libnautilus-extension.{so,la,a}