added pre and post instalation scripts for multipackage
[mdictionary] / README
diff --git a/README b/README
index 8b70708..9eb335c 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,11 @@
-WhiteStork Multilingual Dictionary
+WhiteStork Multilingual Dictionary ver. 0.1.0 ALPHA
+
+
 
 What is WhiteStork Multilingual Dictionary
 ------------------------------------------
 WhiteStork is a multilingual dictionary enabling its users to use many dictionary formats. Our final goal is to use many search engines so that different file formats could be used. They will be in a form of dynamically loadable modules. For now however, we have limited the project to one engine for the XDXF format. The application consists of four modules: 
-
-- GUI - written using GTK+ Hildon, commercial License
+- GUI - written using GTK+ Hildon, GPL License
 - Engine - XDXF format parser, GPL license
 - Manager - thread management and GUI starting, GPL license
 - D-BUS wrapper - communication between GUI and Manager, LGPL license. 
@@ -16,24 +17,32 @@ In order to compile this application go to the WhiteStork/trunk directory and ru
 
 make clean && make
 
-Should there be any problems, please contact one of our developers.
+However, it is important to put out, that this will only compile the program. You won't be able to run it. Read the Installation section for information on how to install WhiteStork on your system.
 
-Running
--------
+Installation
+------------
+
+The first thing to do, is setting an environment variable called REP_LOCATION, to match the directory containing local svn repository. This should be done in the following way: 
 
-After the compilation is successful run the following command:
+export REP_LOCATION = /local/svn/repository
 
-make run
+In order to install the program, issue the following command:
 
-If an error dialog pops up, saying that: "There is no dictionary available", this means you have to download a dictionary. In order to do that go to: http://xdxf.revdanica.com/down/. Place the dict.xdxf file in WhiteStork/trunk folder. When switching to a different dictionary, please remove the dict.cache file.
+make debs && make debs-i
 
-Making a deb package
---------------------
+These lines, compile the source code, create a debian package and install it onto your system.
 
-We have also included an additional target named "deb" to our Makefile. So if you would like to make a debian package from a current release, knock yourself out. Type the following command in the shell:
+Running
+-------
+
+After installation is successful, there should a WhiteStork entry in the Extras submenu. All you have to do now is start it. Please refer to the WhiteStork User Interface Specification for hints on how to use our dictionary. It is available under this URL: https://garage.maemo.org/docman/?group_id=58
+The package contains two dictionaries, so you can start using our app right away.
+
+Should there be any problems, please contact one of our developers via garage.maemo.org.
 
-make deb
 
 Have fun using our application
 
+
 The WhiteStork Multilingual dictionary developer's
+