Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.47 KB

MapViewer

Build Status GitHub issues GitHub version

Opens maps created by WurmAPI

Latest Update (1.4.0)

  • CLI via new flags
  • Localization (no translations yet)

Requirements

Running MapViewer

Developing MapViewer

To Use

  • Click here for the latest release and download the MapViewer jar.
  • For most users, double-clicking the jar will run the program if Java is installed correctly on your system.

To Develop

  • Install Java 8 JDK and Maven. Recommended using an IDE such as IntelliJ IDEA or Eclipse
  • git clone https://github.com/xorith/MapViewer.git
  • Make sure to use mvn validate before mvn install

You must run mvn validate prior to mvn install in order to install ./lib/common.jar as it is not hosted in a repository yet!