-
Set Up Development Environment:
-
Compile Rune:
-
Compile for Linux:
flutter pub run rinf message flutter build linux --release
-
-
Configure Development Environment:
- Flutter SDK: Installation Guide
- Rust Toolchain: Installation Guide
Verify your setup with:
rustc --version flutter doctor
-
Compile Rune:
flutter pub get flutter pub run rinf message flutter build windows --release
If you’ve cloned the project or modified .proto
files in the ./messages
directory, run:
flutter pub run rinf message
Build and run the app with:
flutter run
For detailed integration instructions, refer to Rinf's documentation.
Rune currently does not support macOS, but here are some tips for attempting compilation:
-
Ensure you have the Flutter SDK and Rust toolchain installed.
-
For CocoaPods, avoid using the default macOS Ruby version. Use Homebrew instead:
brew install cocoapods