The Gedit package contains a lightweight UTF-8 text editor for the GNOME Desktop.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.4/gedit-3.4.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.4/gedit-3.4.1.tar.xz
Download MD5 sum: f3d057140091dc28aef81bbe3bfca029
Download size: 2.8 MB
Estimated disk space required: 105 MB
Estimated build time: 1.8 SBU
gnome-doc-utils-0.20.10, gsettings-desktop-schemas-3.4.2, gtksourceview-3.4.2, libpeas-1.4.0 and yelp-xsl-3.4.2
enchant-1.6.0 and ISO Codes-3.30 (to provide Spell-Checking Capability), libsoup-2.38.1 and PyGObject-3.2.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gedit
Install Gedit by running the following commands:
./configure --prefix=/usr \
--libexecdir=/usr/lib &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--libexecdir=/usr/lib: This
parameter ensures the bugreport script is installed to the same
directory as the plugins.
--disable-spell: Use this parameter to
disables spell-checking capability and is required if Enchant is not installed.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2012-05-16 16:39:28 +0000