Index: app/dist/files/README
===================================================================
--- app/dist/files/README	(revision a4d0da553f29bc0fd967ebb3e0e910e46b1f4439)
+++ app/dist/files/README	(revision e28a62525995e07b8d354225ae96189c5c02a06d)
@@ -18,4 +18,34 @@
 Installation
 **************
-Run utt_make_config.pl to create configuration files.
-Configuration files will be created in ~/.utt/
+
+1) unpack the UTT tar archive
+2) in the same directory, unpack the tar archives of all UTT dictionary modules you have
+3) run
+	make install
+   in the root directory of the installation
+4) add the bin directory to the PATH variable
+
+
+Requirements
+*************
+
+* File::HomeDir
+
+  the Perl package File::HomeDir must be installed
+  (to install the package, run 'perl -MCPAN -e shell' and write
+   'install File::HomeDir' after the 'cpan>' prompt appears)
+   
+* flex
+
+  to run the ser component, flex must be installed in your system
+
+* ruby
+
+  to run the tre component, ruby must be installed in your system
+
+* locale pl_PL.iso-8852-2
+
+  the locales pl_PL.iso-8859-2 (pl_PL in short) must be installed
+  and set while using UTT with the Polish module. The text you 
+  process with UTT must be encoded in iso-8859-2.
+  
