Added a build script to build the js files on unix. Also changed README to
reflect that.
--- 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
====================
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sbin/build/compil.sh Tue Oct 04 11:16:06 2011 +0200
@@ -0,0 +1,2 @@
+#!/bin/sh
+sh ../res/ant/bin/ant -f client.xml
\ No newline at end of file