Skip to content

Building jqplot out of source

millerjv edited this page Nov 6, 2012 · 3 revisions

Build the "compress" target: dist, min, docs

$ mkdir jqplot-build
$ cd jqplot-build
$ ant -DBUILD_DIR=`pwd`/build -DDIST_DIR=`pwd`/dist -buildfile ../jqplot/build.xml compress
Clone this wiki locally