Unciv/docs/Other/Installing-on-macOS.md
2022-09-20 10:11:49 +03:00

1.6 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

  1. 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.
  2. 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.
  3. To run the game, you'll need to create to run java -jar Unciv.jar from a Terminal.
  4. 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.)