Neop / mudmap2

A mapping tool for text-based games, like text adventures, MUDs and MUSHs
43 stars 12 forks source link

How to build this project? #21

Closed denizzzka closed 6 years ago

denizzzka commented 6 years ago

It is need instruction for non Java users

Neop commented 6 years ago

I just added a description on how to build MUD Map to the README file.

You will need a Java 7 JDK and Maven. If you got the recent state of the repository then you can compile it by executing the following Maven command on a command line: mvn package

If you're trying to compile an earlier state (earlier than today) then you could try these two commands: mvn assembly:assembly mvn assembly:single

You will find the JAR file mudmap2-2.x.x-jar-with-dependencies.jar in the target directory.