gedit-2.8.1

Introduction to gedit

The gedit package contains a lightweight UTF-8 text editor for the GNOME desktop.

Package information

gedit dependencies

Optional

Aspell-0.60

Installation of gedit

Install gedit by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install

Command explanations

--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

Contents

The gedit package contains gedit, a Bonobo control module and several gedit plugin modules.

Description

gedit

gedit is a lightweight text editor.

Last updated on 2004-12-02 22:29:03 -0700