Contents
Dictionary
Look up definitions
Dictionary is the GNOME application to look up definitions.
Screenshots
Getting in Touch
Developers: Emmanuel Bassi, Sindhu S
- Join #gnome-dictionary on irc.gimp.org
Development Resources
Git: git clone https://gitlab.gnome.org/GNOME/gnome-dictionary.git
Get Dictionary
Dictionary comes installed by default with GNOME. However, you can also install it in the following ways:
Install from binary
Install gitg from package repositories of your Gnu/Linux distribution.
For Debian based systems using apt-get package management: apt-get install gnome-dictionary
For RPM based systems using yum package management: yum install gnome-dictionary
OR
Install from source
- Get dependencies:
- Gtk+ 3.0
- Glib
- Install dependencies.
Get Dictionary source from git clone https://gitlab.gnome.org/GNOME/gnome-dictionary.git
- Build gnome-dictionary
./autogen.sh
make
make install or ./src/gnome-dictionary