    MDic, Multilingual Dictionary for GNU/Linux
    Copyright (C) 2007-2010 MDic Developers

    Developers:
        Majid ramezanpour <ThinkGNU@Gmail.com>
        Mehrdad Momeny <Mehrdad.Momeny@Gmail.com>



    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    -------------------------------------------------------------------------

MDic is a complete Multilingual Dictionary for GNU/Linux.



=================== Requirments ===================================

To compile and install MDic on your system, Be sure you have installed the Qt4 development packages.
Its name maybe qt4-devel, libqt4-dev or similar. Also, you would need Aspell dev libraries (libaspell-dev on debian).
And You need CMake due its build system changed to cmake.

Note: if Qt 4.4 or above installed on your system, you'll need libqt4-sql-sqlite to use MDic.

If you want speech synthesis system, you have to install "espeak" speech synthesizer.
install "espeak" package from your destribution repository.


=================== Compile/Install =======================================

$ cd mdic
$ mkdir build
$ cd build

# Prepare to build:
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..

# To build:
$ make

# To install:
$ sudo make install
# OR
$ su -c 'make install'


Have fun...


=================== Development Version ===================================

You can always use the lastest development snapshot of MDic from svn repository.
To do this:
$ svn co https://mdic.svn.sourceforge.net/svnroot/mdic/trunk mdic
and then you have a directory called "mdic". Change to that directory and do the compile/install instructions ...
