Installation
Ubuntu
To install DART on Ubuntu, you can use the following commands:
Add the DART PPA to your system:
sudo apt-add-repository ppa:dartsim/ppa
Update your package list:
sudo apt-get update
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:
Install Homebrew if you haven’t already:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install the dartsim formula:
brew install dartsim
Windows
To install DART on Windows, you can use vcpkg:
Install vcpkg if you haven’t already:
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
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:
Update your package list:
yay -Syu
Install the libdart package:
yay -S libdart
FreeBSD (experimental)
To install DART on FreeBSD, you can use the following commands:
Update your package list:
pkg update
Install the dartsim package:
pkg install dartsim