mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 09:28:53 +00:00
729 B
729 B
How to compile the GUI version
!! Disclaimer : this might not work on your steam deck, a pre-compiled binary or Flatpak version will be distributed in the future !!
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