# HG changeset patch # User hamidouk # Date 1317719766 -7200 # Node ID 2ec3deb0a0d543b1b38f580241ab08def5f139df # Parent 1444edeae73f63a4cbd8c76a840f02fcef1825c3 Added a build script to build the js files on unix. Also changed README to reflect that. 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 ==================== diff -r 1444edeae73f -r 2ec3deb0a0d5 sbin/build/compil.sh --- /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