Edugraphe runs on Windows , MacOSX and Linux systems.

Note that java >= 1.4.2 is required to run edugraphe.
This version has been compiled with java 1.4.2 and is java 1.5 compatible.

1. Running edugraphe :

	Windows and MacOsX : double click on edugraphe.jar	
	Linux and other UNIX systems : run the command java -jar edugraphe.jar

2. Compiling edugraphe : 

	Linux , MacOSX and UNIX systems : cd to sources/ and run the script compil.sh
	The jar is in classes/
	
	Windows :
		cd to sources
		run  javac -classpath classes/ -d classes/ *.java
		cd to classes directory and run  jar cmvf Manifest edugraphe.jar images *.*

Project home site : http://perso.wanadoo.fr/joel.amblard/edugraphe/

Copyright (c) 2005 Jol Amblard .