From 23898c3b56a96608b96cf86bf3cbdc3243a6571d Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 26 Sep 2014 13:38:18 +0300 Subject: [PATCH] Cygwin note to Makefile Cygwin 'make dist' now works, and 'make dist-src' works as long as you have 'zip' and 'mkisofs' installed. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 20d362a5..2229f352 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,12 @@ # - running test cases # - building the duktape.org website # +# The Makefile now also works in a very limited fashion with Cygwin, +# you can 'make dist' as long as you have enough software installed. +# The closure compiler requires a working JDK installation (JRE is +# not enough, JAVA_HOME must point to the JDK), and a working Apache +# 'ant' command. +# # The source distributable has more platform neutral example Makefiles # for end user projects (though an end user should really just use their # own Makefile).