mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2026-03-21 21:58:52 +00:00
| .. | ||
| assets/images | ||
| lib | ||
| messages | ||
| native/hub | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| Cargo.toml | ||
| pubspec.yaml | ||
| README.md | ||
How to compile the GUI version
Requirement
You need the base requirement
You will need Flutter in order to compile the GUI version
Install Rinf with Cargo :
cargo install rinf
And check if all the requirement are installed successfully :
rustc --version
flutter doctor
Compile
First generate all the necessary messages :
rinf message
Then compile the project :
flutter run