Description of available files :

- previsat3-x-y-z-exe-win32-64.zip : complete binaries for Windows (French, English)
- previsat3-x-y-z-src.zip          : complete source code
- previsat3-x-y-z-src.tar.gz       : complete source code
- changes.txt                      : what changed since the last revision
- README.txt                       : this file


To compile PreviSat sources :
- Unpack the source package (for example tar -xfz previsat3-x-y-z-src.tar.gz),
- Launch Qt Creator and open PreviSat.pro,
- Specify the zlib directory in PreviSat.pro (download it if you don't have it on your system),
- Compile the source code; some normal warnings may appear for source code related to the different windows of the application

To run PreviSat after the compilation, you need :
- Qt libraries (QtCore4, QtGui4, QtNetwork4, phonon4)
- zlib library
- several directories :
    * aide (help in French) : contains user manual in pdf format (must be in the same directory of PreviSat)
    * data : contains files necessary to PreviSat (must be in your Data location, for example : $HOME/.local/share/data/Astropedia/PreviSat)
    * tle  : contains TLE files (in the same directory of data directory)