Getting started
This page outlines requirements and installation steps for the code. Currently, GNU/Linux and MacOS (including ARM) are supported.
Software requirements
Do not install Julia using your system package manager. Install only from julialang.org as below.
Installation
Follow the steps below in order to setup the code.
- Install Julia's package manager:
curl -fsSL https://install.julialang.org | sh - Switch to Julia 1.11:
juliaup add 1.11 && juliaup default 1.11 - Download Obliqua:
git clone https://github.com/FormingWorlds/Obliqua.git - Change directory:
cd Obliqua - Open Julia package manager:
julia, then press] - Install:
add https://github.com/FormingWorlds/Obliqua.git#julia
Testing
If you want to run the tests manually, simply use the script in the test/ folder.
julia test/runtests.jlThis will print information on whether tests passed or failed.