From 02d506ccc0ba622013f6b8124626e7504550c027 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Fri, 28 Jan 2011 15:23:53 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 510c208..b0ce68d 100644 --- a/Home.md +++ b/Home.md @@ -7,7 +7,8 @@ The master branch here on Github is the port from the hMod version to Bukkit wit A somewhat modified version of the original Dynmap for hMod is still available in the hmod branch of this repo. # Compiling # -Use `ant` to compile the code. Note that the plugin requires Bukkit. Edit `build_parameters.xml` to supply ant with the correct paths. +Use maven to compile the code, just like Bukkit/CraftBukkit. For this, first 'install' Bukkit with maven (`mvn install` inside the Bukkit repo). +Alternatively use `ant` to compile the code. Note that the plugin requires Bukkit. Edit `build_parameters.xml` to supply ant with the correct paths. # Setup # *Note: these manuals compatible with Bukkit's version of Dynmap*