* Fixed the links in the docs * Fixed broken tables Tables without a line break above are not treated as valid tables * Removed redundant table of contents and formatted some bulleted lists * The image in Regions.md is now properly displayed * Standardized list indentation, line spacing, table header rows, and JSON code blocks * Standardized headers * Fixed remaining broken links, edited pseudo-footnotes
1.7 KiB
Installing on macOS
There is currently two ways to install UnCiv on macOS. It is recommended that you use the first method as the second one is overly complicated and the end result will be the same. Both installation methods require that you have Java 8 installed on your mac.
Installing using JAR
- If you don't already have Java 8 installed on your mac make sure you download it from the official website. Once you have downloaded the file open it and follow the instructions on screen.
- Now that you have Java 8 installed it's time to download the latest Unciv JAR. This can be done from the releases screen here on Github. Download the file called Unciv.jar.
- To run the game, you'll need to create to run
java -XstartOnFirstThread -Djava.awt.headless=true -jar Unciv.jar
from a Terminal. - Alternatively, you could create a 'Unciv.sh' file containing that line, and then run the new file, to allow you to create shortcuts etc.
(Sadly UnCiv dose not auto update when installing it using this method on macOS so you will need to download the latest Unciv.jar from Github every time you want to update the game.)
Installing from source
For instructions on how to install UnCiv from source see Building locally without Android Studio. It is not recommended to use this method as it achieves the same result as the first method whilst being much more complicated and prone to errors along the way.
(Sadly UnCiv dose not auto update when installing it using this method on macOS so you will need to follow these steps every time you want to update the game.)