From a8e0474cca4a9a6689ea2b54a5fb9a69357ec98b Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sun, 5 Aug 2012 17:39:33 +0200 Subject: [PATCH] Updates readme. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d696c940..b111e738 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,20 @@ It profits from these great projects: [Underscore.js](http://underscorejs.org) (MIT) +## Build + +A prebuilt package can be found on the [project page](http://larsjung.de/h5ai). But if you want to build +h5ai yourself you have to install `fQuery` first: + + > npm install -g fquery + +To build the project run the following command from this root directory + + > makejs + +Run `makejs -t` to list all possible targets. + + ## Changelog