Changeset 592

Show
Ignore:
Timestamp:
05/04/09 18:33:36 (1 year ago)
Author:
whit
Message:

add a dependency section to alert of C-deps

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/README.txt

    r591 r592  
    33============ 
    44 
    5 Getting the website utilities:: 
     5Dependencies 
     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 
     19Getting the website utilities 
     20----------------------------- 
     21 
     22:: 
    623 
    724    you@prompt:~/$ svn co http://svn.geoext.org/website GeoExtSite 
    825 
    9 As a prerequisite install SQLite3 development files. On Debian-like systems: 
    1026 
    11     you@propmpt:~/$ sudo apt-get install libsqlite3-dev 
     27Basic self contained install from source 
     28---------------------------------------- 
     29 
     30 
    1231 
    1332Basic self contained install from source:: 
     33 
     34:: 
    1435 
    1536    you@prompt:~/$ cd GeoExtSite