mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-15 08:58:51 +00:00
| .. | ||
| assets/images | ||
| lib | ||
| linux | ||
| messages | ||
| native/hub | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
How to compile the GUI version
!! Disclaimer : this might not work on your steam deck, a Flatpak version is distributed, see instruction on how to install it!
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
Generate all the necessary linux file for compilation :
flutter create --platform=linux .
Then compile the project :
flutter run