Changeset 592
- Timestamp:
- 05/04/09 18:33:36 (1 year ago)
- Files:
-
- website/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/README.txt
r591 r592 3 3 ============ 4 4 5 Getting the website utilities:: 5 Dependencies 6 ------------ 7 8 * python2.5 9 10 * python development headers. On Debian-like systems:: 11 12 you@propmpt:~/$ apt-get install python-dev 13 14 * SQLite3 development files. On Debian-like systems:: 15 16 you@propmpt:~/$ sudo apt-get install libsqlite3-dev 17 18 19 Getting the website utilities 20 ----------------------------- 21 22 :: 6 23 7 24 you@prompt:~/$ svn co http://svn.geoext.org/website GeoExtSite 8 25 9 As a prerequisite install SQLite3 development files. On Debian-like systems:10 26 11 you@propmpt:~/$ sudo apt-get install libsqlite3-dev 27 Basic self contained install from source 28 ---------------------------------------- 29 30 12 31 13 32 Basic self contained install from source:: 33 34 :: 14 35 15 36 you@prompt:~/$ cd GeoExtSite