ApsimX

Requirements

  • .NET 8.0 SDK library

  • Gtk3 and GtkSourceView

Installation from source

The basic steps for installing ApsimX are:

  1. Install the depenedencies above

  2. Clone the ApsimX repository from here:

    git clone https://github.com/APSIMInitiative/ApsimX.git
    
  3. Build the ApsimX.sln solution file:

    dotnet build path/to/ApsimX/ApsimX.sln
    
  4. Point simulatr at the installation:

    python -m simulatr config directories apsimx path/to/ApsimX
    

See instructions here if you encounter errors when installing ApsimX.