From 736aa4ae95f1b7d8a655d651609dd9d16586bd68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariano=20Monta=C3=B1ez?= Date: Mon, 1 Sep 2014 14:18:46 -0300 Subject: [PATCH] Updated Readme.md Added instructions to compilation with haXe 3+ --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edc256e..d531b4c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ SWF, run the following from Clippy's root directory: If that is successful, copy `build/clippy.swf` to your `public` directory or wherever your static assets can be found. +Note: in haXe 3+ edit compile.hxml and replace: +--flash-use-stage +with +-D flash-use-stage + + Contribute ---------- @@ -80,4 +86,4 @@ The best way to get your changes merged back into core is as follows: License ------- -MIT License (see LICENSE file) \ No newline at end of file +MIT License (see LICENSE file)