Installation
Ubuntu Karmic
- Add the following line to your /etc/apt/sources.list file:
deb http://packages.geexbox.org/ karmic main
- Once done, from the terminal:
sudo aptitude update
- Download the file from the 'Download' section:
sudo dpkg -i estardict-xxx.deb
Openmoko Freerunner - SHR
opkg install estardict
Configuration
- Download from the Web a dictionary.
e.g. http://sourceforge.net/projects/stardict/files/stardict-dictionaries-dictd
- Unzip the dictionary where you want
e.g. bunzip2 stardict-longman-2.4.2.tar.bz2 then tar xvf stardict-longman-2.4.2.tar
Pay attention you need all the files.
- Optionally, download and unzip a sound dictionary.
e.g. from http://sourceforge.net/projects/stardict/files/ the WyabdcRealPeopleTTS section
- Configure the dictionaries from the GUI
Development in Ubuntu Karmic
- Add the following line to your /etc/apt/sources.list file:
deb http://packages.geexbox.org/ karmic main
- Once done, from the terminal:
sudo aptitude update
sudo aptitude install libeina-dev libeet-dev libevas-dev libevas-engines libevas-engines-extras libecore-dev libefreet-dev libembryo-dev libedje-dev libedje-bin libedbus-dev libhal-dev libhal-storage-dev liblua5.1-0-dev libxdg-basedir-dev libelm-dev
- Install bazaar
- Download the source code
bzr branch lp:estardict
- Standard commands for the installation
./autogen.sh
make
sudo make install
|