Compiling from source
Prerequisites
- JDK (Get from SDKMAN! or Adoptium)
- Dart SDK (Get from here)
- CPP dev tools (Only if you're on Linux or macOS)
- WIX Toolset (Only if you're on Windows)
If you installed the Dart SDK please add the path to the SDK into the local.properties
file (if it doesn't exist,
create it)
# (this is when you did 'winget install dart'
dart.sdk=C:\\Program Files\\Dart\\dart-sdk
Build on macOS and Linux
./gradlew assemble
Build on Windows
gradlew assembleMsi
In both cases you will find your output in build/distributions