Updated Home (markdown)

FrozenCow 2011-01-28 15:23:53 -08:00
parent 7c4e2c7ded
commit 02d506ccc0
1 changed files with 2 additions and 1 deletions

@ -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*