[Commits] r592 - website

commits at geoext.org commits at geoext.org
Mon May 4 18:33:36 CEST 2009


Author: whit
Date: 2009-05-04 18:33:36 +0200 (Mon, 04 May 2009)
New Revision: 592

Modified:
   website/README.txt
Log:

add a dependency section to alert of C-deps


Modified: website/README.txt
===================================================================
--- website/README.txt	2009-05-04 14:15:07 UTC (rev 591)
+++ website/README.txt	2009-05-04 16:33:36 UTC (rev 592)
@@ -2,16 +2,37 @@
  GeoExtSite
 ============
 
-Getting the website utilities::
+Dependencies
+------------
 
-    you at prompt:~/$ svn co http://svn.geoext.org/website GeoExtSite
+ * python2.5
 
-As a prerequisite install SQLite3 development files. On Debian-like systems:
+ * python development headers. On Debian-like systems::
 
+    you at propmpt:~/$ apt-get install python-dev 
+
+ * SQLite3 development files. On Debian-like systems::
+
     you at propmpt:~/$ sudo apt-get install libsqlite3-dev
 
+
+Getting the website utilities
+-----------------------------
+
+::
+
+    you at prompt:~/$ svn co http://svn.geoext.org/website GeoExtSite
+
+
+Basic self contained install from source
+----------------------------------------
+
+
+
 Basic self contained install from source::
 
+::
+
     you at prompt:~/$ cd GeoExtSite
     you at prompt:~/GeoExtSite$ python2.5 setup_website
 



More information about the Commits mailing list