diff -r 1444edeae73f -r 2ec3deb0a0d5 README --- a/README Mon Oct 03 16:08:36 2011 +0200 +++ b/README Tue Oct 04 11:16:06 2011 +0200 @@ -13,13 +13,15 @@ - jQuery 1.4 - jQuery UI 1.4 -- java and ant (for building the sources) +- the java jre (for building the sources) Building the library ==================== The library files are scattered in many files. An ant build script has been made to make the developer and minified versions of the player. It is located in sbin/build/client.xml. +To build the library, simply run sbin/build/compil.bat if you are running windows, or sbin/build/compil.sh +if you're running Unix. Running the examples ====================