mirror of
https://github.com/csharpee/Map-Projections.git
synced 2025-12-13 00:00:07 -05:00
DEPLOY!
I compiled the stuff.
This commit is contained in:
parent
449c0dee27
commit
dbc8ed0b0e
BIN
MapAnalyzer.jar
BIN
MapAnalyzer.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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:
|
||||
|
||||
|
||||
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user