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.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gedit/3.20/gedit-3.20.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gedit/3.20/gedit-3.20.2.tar.xz
Download MD5 sum: 39d3278c6b107008051a2e75ae459520
Download size: 3.0 MB
Estimated disk space required: 74 MB
Estimated build time: 0.9 SBU
gsettings-desktop-schemas-3.20.0, gtksourceview-3.20.4, itstool-2.0.2, and libpeas-1.18.0
Gvfs-1.28.3 (runtime), ISO Codes-3.69, libsoup-2.54.1, and PyGObject-3.20.1 (Python 3 module)
GTK-Doc-1.25, Vala-0.32.1, and gspell zeitgeist
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gedit
Install Gedit by running the following commands:
./configure --prefix=/usr --disable-spell && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-spell
: Use this switch to
disable spell-checking capability. It is required if gspell 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 2016-08-29 23:02:26 -0700