Windows
- Install a Python 2.4 distribution
- Install the following libraries :
- matplotlib,
- numpy,
- sqlalchemy >= 0.5 :extract the lib content of the .tar.gz package somewhere accessible from your Python path (near hydroplatform package is a good idea
- networkx >= 0.36
- shapely >= 1.0 (using the installer with the libgeos dll)
- ctypes if running a Python 2.4 version
- Enthought Traits, TraitsUI and Chaco
- Install Thuban source from svn
- Build them (this is working fine with a Microsoft compiler but not an easy task to setup the environment)
- Install HydroPlatform from svn
Linux/Debian
On a Debian/Sid system,
- install python and the required libs (python-sqlalchemy, python-shapely, python-networkx, python-matplotlib, python-traits and python-numpy)
- you have to use the SVN Thuban version in order to get the latest modification that are not in the 1.2.0 package that is in Sid
- get the hydroplatform sources from svn
