More updates to readme.

This commit is contained in:
Lars Jung 2012-09-18 16:59:11 +02:00
parent 188d2825b1
commit 9545ec2894

View file

@ -36,14 +36,16 @@ h5ai yourself you need to install the build tool [fQuery](http://larsjung.de/fqu
This will install fQuery and its command line tool `makejs`. Run `makejs --help` to see if everything This will install fQuery and its command line tool `makejs`. Run `makejs --help` to see if everything
worked fine. worked fine.
To clone and build the project run the following commands: To clone and build the project run the following commands.
You'll find a new directory `build` including the processed files.
> git clone git://github.com/lrsjng/h5ai.git > git clone git://github.com/lrsjng/h5ai.git
> cd h5ai > cd h5ai
> makejs > makejs
Run `makejs -t` to list all possible targets. To create an fresh zipball run
> makejs release
## Changelog ## Changelog