Index: README
===================================================================
--- README	(revision 7862)
+++ README	(working copy)
@@ -26,9 +26,24 @@
 
 =head1 Build system
 
-The site is generated by running
+To setup the environment for building the site perform the follwoing actions:
+    1) Make sure you have teh latest sources by choosing  "SVN Update" on the root folder
+    2) Open a command prompt Start-->Run-->CMD-->"Enter"
+       To  install the parent, Template tooklkit run "cpan parent Template Text::Unaccent::PurePerl"
+       Use the defualt settings (when asked questions like about XS just press "Enter")
+    2) When the above is finished run the follwing "cpan Path::Class"
+    3) When the above is finished run the follwing "cpan YAML::Tiny"
+    *  The environment is now ready
+    
+The site is generated by running 
+(run the follwoing from the root folder \template.padre.perlide.org in the root of your source code, e.g."D:\Padre\template.padre.perlide.org")
 
-    perl Build.PL --sourcedir . --destdir ~/public_html/padre.perlide.org
+
+    perl Build.PL --sourcedir . --destdir ~/public_html/padre.perlide.org
+    ** Explanation of the above comand:
+    ** "perl Build.PL" means run the script called Build.PL using perl in order to generat the site's pages bassed on templates and so on.
+    ** "--sourcedir ." means that the source code to use during building the site will be taken from the directory from which you are running the perl command.
+    ** "--destdir ~/public_html/padre.perlide.org" means that the destination folder to which the site's pages to bu generated will be the path you entered.
     ./Build
     ./Build test
     ./Build install
