Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae cdb32f2d0 -> a14e32e30
Added download-ivy to the README Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/a14e32e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/a14e32e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/a14e32e3 Branch: refs/heads/2.3-gae Commit: a14e32e30d44b433b6a606f17cf46d7cc59aaed5 Parents: cdb32f2 Author: ddekany <[email protected]> Authored: Wed Apr 12 13:53:57 2017 +0200 Committer: ddekany <[email protected]> Committed: Wed Apr 12 13:53:57 2017 +0200 ---------------------------------------------------------------------- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/a14e32e3/README ---------------------------------------------------------------------- diff --git a/README b/README index f26c29e..ed2ac69 100644 --- a/README +++ b/README @@ -118,8 +118,10 @@ First of all, if you haven't yet, download the source release, or check out FreeMarker from the source code repository. You need JDK 8(!), Apache Ant and Ivy to be installed. (As of this writing -it was tested with Ant 1.8.1 and Ivy 2.3.0.) Note that the ivy-<version>.jar -should be copied to your Ant home directory "lib" subfolder. +it was tested with Ant 1.8.1 and Ivy 2.3.0.) To install Ivy (but be sure +it's not already installed), issue `ant download-ivy`, which will copy it +under ~/.ant/lib. Alternatively, you can copy ivy-<version>.jar into your +Ant home directory "lib" subfolder manually. It's recommended to copy build.properties.sample into build.properties, and edit its content to fit your system. (Although basic jar building should
