forked from mapeditor/tiled-java
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
29 lines (20 loc) · 879 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
----------------
BUILDING TILED
----------------
NOTE: If you have downloaded the binary archive (bin), then you can skip this
as you will already have the tiled.jar file. Continue to "Running Tiled" below.
Take the following steps to build Tiled from source:
- Install the JDK (http://java.sun.com/)
- Install apache-ant (http://ant.apache.org/)
- Run ant in the directory where you placed Tiled
---------------
RUNNING TILED
---------------
- Install the Java Runtime Environment (JRE) (http://java.sun.com/)
- From the command line, you can run the following from the directory where you
placed Tiled:
cd dist (if you have compiled Tiled yourself)
java -jar tiled.jar
- You can also use the Java webstart link on the website, see "Start Now!"
- Windows users that have the JRE installed should be able to double click the
tiled.jar file to run it.