OpenMHP 1.0.4 - readme.txt


You can compile the OpenMHP source anyway you like, but I
suggest you to download Apache Ant (http://ant.apache.org/).

After installing Ant, you can easily compile OpenMHP.

1. Go to the OpenMHP source's main folder (the same folder
   where this file is) and launch Ant with task 'conf'. In 
   other words, type:

	ant conf


2. Fill in the values for javatv.jar and jmf.jar. If next step
   produces errors, you have to fill the SDK classpath too.


3. Run Ant again, now with task 'compile':

	ant compile


4. When the compiler is done, you can start OpenMHP with 
   Ant task 'run':

	ant run


If you have problems, write a message to the OpenMHP forum,
thank you.

