Skip to content

Commit 4cdb87b

Browse files
committed
Added JDK to the required prerequisites for Ant to build.
1 parent 7d6cb70 commit 4cdb87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Unit Test can be run live in the browser using included HTML file [test.html](ht
2424
To build the project you'll need to download and install :
2525
* [TypeScript compiler](http://www.typescriptlang.org/#Download)
2626
* [Ant](http://ant.apache.org/)
27+
* [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html/) (Ant specifically need a JDK not a simple JRE, don't forget to change environment var JAVA_HOME to the JDK path).
2728

2829
1. Rename the file [user.properties.sample](https://github.com/PureMVC/puremvc-typescript-multicore-framework/blob/master/user.properties.sample) to **user.properties**
2930
2. Edit the file and replace **MY_TYPESCRIPT_COMPILER_PATH** by the real TypeScript compiler full

0 commit comments

Comments
 (0)