The project is known to build on the following environments listed here: Microsoft-hosted agents
The following commands are to be run in Terminal (/Applications/Utilities/Terminal.app).
curl -OL https://github.com/jaboles/DVA5/archive/refs/heads/master.zip && unzip master.zip cd DVA5-master
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask temurin11
brew install --ignore-dependencies ant
ant FetchDeps.Mac
ant BuildMacDmg
File | Description |
---|---|
DVA.jar | DVA application (cross-platform) |
DVA.app | DVA application (Mac) |
DVA5.dmg.bz2 | Mac disk image |
The following commands are to be run in Powershell.
Set-ExecutionPolicy unrestricted -s cu
(new-object net.webclient).downloadfile("https://github.com/jaboles/DVA5/archive/refs/heads/master.zip", "$env:USERPROFILE\DVAmaster.zip"); Add-Type -as System.IO.Compression.FileSystem [System.IO.Compression.ZipFile]::ExtractToDirectory("$env:USERPROFILE\DVAmaster.zip", "$env:USERPROFILE") cd "$env:USERPROFILE\DVA5-master"
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install git scoop bucket add java scoop install temurin11-jdk
scoop install ant
ant FetchDeps.Windows
ant BuildWinSetup
File | Description |
---|---|
DVA.jar | DVA application (cross-platform) |
DVA.app | DVA application (Mac) |
win\i386\DVA.exe, DVA.scr | DVA application and screensaver (Windows, 32-bit) |
win\amd64\DVA.exe, DVA.scr | DVA application and screensaver (Windows, 64-bit) |
DVA5Setup.exe | Windows installer |