summaryrefslogtreecommitdiff
path: root/docs/en/INSTALL.t2t
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/INSTALL.t2t')
-rw-r--r--docs/en/INSTALL.t2t4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/INSTALL.t2t b/docs/en/INSTALL.t2t
index 01ddd9a..9cfdd25 100644
--- a/docs/en/INSTALL.t2t
+++ b/docs/en/INSTALL.t2t
@@ -30,7 +30,7 @@ Optionaly (but recommanded):
- [tinymce http://tinymce.moxiecode.com/]
-The simpliest way to obtain these packages is to get them from your favorite Linux distribution repositories (for instance python, python-django, tinymce, apache2, libapache2-mod-python, libgeos-3.0.0, proj, gdal-bin, python-psycopg2, python-imaging, postgresql-8.3 and postgresql-8.3-postgis packages for Debian Lenny). If these packages do not exist in your distribution's repository, please refer to the applications' websites.
+The simpliest way to obtain these packages is to get them from your favorite Linux distribution repositories (for instance python, python-django, tinymce, apache2, libapache2-mod-python, libgeos-3.2.0, proj, gdal-bin, python-psycopg2, python-imaging, postgresql-8.4 and postgresql-8.4-postgis packages for Debian Squeeze). If these packages do not exist in your distribution's repository, please refer to the applications' websites.
+++ Database configuration +++
@@ -57,6 +57,8 @@ Another solution is to get the last git version:
```
git clone git://www.peacefrogs.net/git/chimere
+git tag -l # list tagged versions
+git checkout v1.0.0 # checkout the desired version
```
+++ Install the sources +++