forked from ryanbhayward/hexgui
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
35 lines (22 loc) · 818 Bytes
/
README
File metadata and controls
35 lines (22 loc) · 818 Bytes
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
30
31
32
33
34
35
To run:
=======
Run Java on the included JAR file, e.g.:
java -jar lib/hexgui.jar
Alternatively, you may also be able to run it like this:
bin/hexgui
To build from sources:
======================
Short build instructions:
-------------------------
To build:
ant
More detailed build instructions:
---------------------------------
Windows:
First install Java, then the Apache Ant build tool for Java. As part
of this you need to set the ANT_HOME and PATH environment variables on
your system appropriately. See this tutorial https://youtu.be/zmuMAHa8r2g
Then, enter the HexGUI project folder in the Terminal, noting that
there is a "build.xml" file, and here run the command-line command
"ant". This builds the project. You can now find the runnable .jar
Java program in the lib folder for HexGUI.