Installation

Ubuntu

To install DART on Ubuntu, you can use the following commands:

  1. Add the DART PPA to your system:

sudo apt-add-repository ppa:dartsim/ppa
  1. Update your package list:

sudo apt-get update
  1. Install the libdart7-all-dev-nightly package:

sudo apt-get install libdart7-all-dev-nightly

macOS

To install DART on macOS, you can use Homebrew:

  1. Install Homebrew if you haven’t already:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install the dartsim formula:

brew install dartsim

Windows

To install DART on Windows, you can use vcpkg:

  1. Install vcpkg if you haven’t already:

git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
  1. Install the dartsim package:

vcpkg install dartsim:x64-windows

Arch Linux (experimental)

To install DART on Arch Linux using the yay package manager, you can use the following commands:

  1. Update your package list:

yay -Syu
  1. Install the libdart package:

yay -S libdart

FreeBSD (experimental)

To install DART on FreeBSD, you can use the following commands:

  1. Update your package list:

pkg update
  1. Install the dartsim package:

pkg install dartsim