Added a build script to build the js files on unix. Also changed README to
authorhamidouk
Tue, 04 Oct 2011 11:16:06 +0200
changeset 53 7b55777486c3
parent 50 b5849024c5c5
child 843 75ba66457232
Added a build script to build the js files on unix. Also changed README to reflect that.
README
sbin/build/compil.sh
--- a/README	Tue Sep 20 13:11:53 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