-
Notifications
You must be signed in to change notification settings - Fork 0
Install
This application should be compatible with Windows, Linux, and Mac. Including ARM64 architectures. Mobile builds should also be possible. Web support coming soon.
Currently only Windows builds have been tested. If you experience an issue on other platforms please post an issue report.
Building requires the Dart SDK, and can be executed or installed the same way as other Dart applications.
dart run bin/dsbuild.dart dataset.yaml
dart pub global activate -s path ./
dsbuild dataset.yaml
This is the recommended installation method for developers, and it has the added advantage of automatically rebuilding the application after local package changes.
It's also possible to install directly from a remote git repository via
dart pub global activate --source git https://github.com/Justin42/dsbuild.git
Run command again to update
Uninstalling from path:
dart pub global deactivate dsbuild
See dart pub global for more details.
dart compile exe bin/dsbuild.dart