Skip to content

Commit 21820d7

Browse files
committed
Added JDK to the required prerequisites for Ant to build.
1 parent c89fd57 commit 21820d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@ Considered as «development» while the TypeScript language specification is not
3030
* [YUI Compressor](http://developer.yahoo.com/yui/compressor/)
3131
* [Ant](http://ant.apache.org/)
3232

33+
## Build
34+
35+
To build the project you'll need to download and install :
36+
* [TypeScript compiler](http://www.typescriptlang.org/#Download)
37+
* [Ant](http://ant.apache.org/)
38+
* [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).
39+
40+
1. Rename the file [user.properties.sample](https://github.com/PureMVC/puremvc-typescript-standard-framework/blob/master/user.properties.sample) to **user.properties**
41+
2. Edit the file and replace **MY_TYPESCRIPT_COMPILER_PATH** bt the real TypeScript compiler full
42+
system path. e.g. on windows: `<code>`typescript.compiler.path = C:/Documents and Settings/{USER NAME HERE}/Application Data/npm/tsc.cmd
43+
3. Use your favorite editor to run Ant or simply type `<code>`ant puremvc-typescript-standard-framework/build
44+
3345
## License
3446
* PureMVC TypeScript Demo - Employee Admin (jQuery) - Copyright © 2012 Frederic Saunier
3547
* PureMVC AS3 Demo - Flex Employee Admin - Copyright © 2007, 2008 Clifford Hall

0 commit comments

Comments
 (0)