INFOS
-----
Lynkeos [version for Linux/GNUStep/Ffmpeg]

Lynkeos is an application writting by Jean-Etienne LAMIAUD. (http://lynkeos.sourceforge.net)
The Linux/GNUStep port is made by Christophe JALADY.



What do you need ?
-----------------

A few library are needed to compile Lynkeos-Linux.
- Ffmpeg
- GNUstep
- libtiff
- libfftw3



COMPILATION:
-----------

1] For GNUStep: www.gnustep.org
  Use the last packages of your linux distribution. (Don't forget the developement packages '-dev')
  Or compile it by yourself. It' relatively fast if you follow this help: http://gnustep.made-it.com/BuildGuide/index.html#BUILDING.GNUSTEP.

2] For Ffmpeg: http://ffmpeg.sourceforge.net/index.php
  Follow the help give with the archive and all must be alright.

3] For Fftw3: Use the package of you linux distribution. 
http://www.fftw.org/

4] For Lynkeos-Linux:
  It's a little more difficult. Go to the "Sources" directory and edit the "GNUmakefile" file. Change the "ADDITIONAL_INCLUDE_DIRS" and "ADDITIONAL_LIB_DIRS" wich are hard coded. They must correspond to you Ffmpeg installation.
  Next do a "make" and then you obtain a binarry here: "./Lynkeos.app/Lynkeos".



PROBLEMS:
---------

- You may have to add a "-ldts" option in 'GNUMakefile' at section 'ADDITIONAL_LIB_DIRS'.