I compiled the stuff.
This commit is contained in:
Justin Kunimune 2019-10-24 16:19:42 -04:00
parent 449c0dee27
commit dbc8ed0b0e
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,7 @@ A class to create custom maps of the Earth's surface. There are thousands of com
## Installation
If you are a fancy Windows user, I recommend the convenient [fancy Windows binaries](https://github.com/jkunimune15/Map-Projections/releases). Double-click to install them and then keep pressing buttons until something good happens. If you see a map, you're in the right place.
If you are not on Windows or are otherwise not fancy enough to deserve such executables, simply double-click on the .jar files in the main directory and, if you have [Java](https://java.com/en/download/) installed (10/10 would recommend), it should just run without any set-up.
If you are not on Windows or are otherwise not fancy enough to deserve such executables, simply double-click on the .jar files in the main directory and, if you have [Java](https://java.com/en/download/) installed (10/10 would recommend), it should just run without any set-up. Sometimes Windows is weird and you have to use the command line; idk. Ask the internet how to run .jar files if you need help.
You could also compile and run the source code, but if you do, there are a few dependencies. The Java dependencies can be obtained as .jar files:

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project name="Map Projections" default="cleanup">
<property name="dir.workspace" value="C:/Users/jkunimune/eclipse-workspace"/>
<property name="dir.workspace" value="C:/Users/jkunimune.522MT32/eclipse-workspace"/>
<property name="dir.jarfile" value="."/>
<property name="version" value="3.3.3"/>
<property name="version" value="3.4.1"/>
<target name="setup">
<mkdir dir="build"/>