Updated Compiling (markdown)

FrozenCow 2012-01-23 06:20:55 -08:00
parent 774b0bc071
commit 805145e253
1 changed files with 1 additions and 1 deletions

@ -1,4 +1,4 @@
Compiling in Dynmap is done solely using [Maven](http://maven.apache.org/). Using Mavens `mvn install` command you can install projects into your Maven repository, so it can be used to compile other projects that depend on it. The basic principal here is to, for each depending project, get the code using `git clone` and compile the code using `mvn install`.
Compiling Dynmap is done solely using [Maven](http://maven.apache.org/). Using Mavens `mvn install` command you can install projects into your Maven repository, so it can be used to compile other projects that depend on it. The basic principal here is to, for each depending project, get the code using `git clone` and compile the code using `mvn install`.
The core systems of Dynmap have very little dependencies. The core is used in other implementations for specific frameworks, like Bukkit or Spout. Before you can compile any of the implementations for any of the specific frameworks, you should clone and compile the following projects in this order: