Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Mar 3, 2013
1 parent ef77a2e commit 9c6f736
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,15 @@ Use it online here: http://jgilfelt.github.com/android-actionbarstylegenerator/
Building
--------

1. Ensure the following build dependencies are installed:

+ Java Runtime Environment
+ Ant
+ [pngcrush](http://pmt.sourceforge.net/pngcrush/index.html)
+ [flintjs](http://code.google.com/p/flintjs/)

2. Clone the repository.

3. Create a `local.properties` file in the `src/js` folder containing the path to flintjs (e.g. `flintjs.dir=/Users/foo/flintjs-0.1.1`).

4. Run `make.sh`. The build is generated in the `dist` folder.

5. Access `dist/index.html` from a local web server.
- Ensure the following build dependencies are installed:
+ Java Runtime Environment
+ Ant
+ [pngcrush](http://pmt.sourceforge.net/pngcrush/index.html)
+ [flintjs](http://code.google.com/p/flintjs/)
- Clone the repository.
- Create a `local.properties` file in the `src/js` folder containing the path to flintjs (e.g. `flintjs.dir=/Users/foo/flintjs-0.1.1`).
- Run `make.sh`. The build is generated in the `dist` folder.
- Access `dist/index.html` from a local web server.

Credits
-------
Expand Down

0 comments on commit 9c6f736

Please sign in to comment.