Babytrans 0.9.1 - July 15, 2001
(http://fjolliton.free.fr/babytrans/)

What is BabyTrans ?
-------------------

  BabyTrans is a graphical interface for the Babylon Translator
  dictionaries (available under Windows).
  (More information: <http://www.babylon.com>)

How to install ?
----------------

  BabyTrans use GTK. You must have at least version 1.2 (the
  lastest is now the 1.2.9). To install this library, refer
  to its documentation.

  You must have a recent C++ compiler (gcc 2.95.x for example).

  Watch the INSTALL file to compile and install the software.

  In short, you must do:
  $ ./configure
  $ make
  $ su -c "make install"

  Then, copy the dictionary files from Babylon Translator (that must
  already be installed under Windows, or these that you have downloaded
  by following links on my homepage) either in the /usr/local/share/babytrans
  directory or in another directory that you indicate in the configuration
  file (see below).

  The files to copy are:

  - english.dic (common for all languages)
  - Engto***.dic (with *** depending on the language)

  You can create symbolic links if you want to economize disk
  space by having only one copy on your Windows partition, for example.

  Finally, you have to copy the 'dictionary' file (distributed with this
  software package) either into the /usr/local/share/babytrans directory
  or into ~/.babytrans/). This file contains the correlation between
  dictionary filename and the language name.
  Modify the file to adapt it to your configuration.
  You can also add the following line:

  path = <the path to your dictionaries>

  If you don't understand the text above, don't hesitate to
  ask me for more information via e-mail.

--
To contact me: Frederic Jolliton, fjolliton@free.fr
