Babylonia-terminal/babylonia_terminal_launcher
2024-10-01 18:17:27 +02:00
..
assets/images starting GUI 2024-05-11 22:20:11 +02:00
lib some cleaning 2024-09-06 22:05:19 +02:00
messages can now set launch options in the settings directly 2024-08-27 18:10:07 +02:00
native/hub can now set launch options in the settings directly 2024-08-27 18:10:07 +02:00
.gitignore add rust to GUI launcher 2024-05-16 21:42:07 +02:00
.metadata starting GUI 2024-05-11 22:20:11 +02:00
analysis_options.yaml starting GUI 2024-05-11 22:20:11 +02:00
Cargo.lock update dependencies 2024-10-01 18:17:27 +02:00
Cargo.toml add rust to GUI launcher 2024-05-16 21:42:07 +02:00
pubspec.lock update dependencies 2024-10-01 18:17:27 +02:00
pubspec.yaml update dependencies 2024-10-01 18:17:27 +02:00
README.md Update README.md 2024-06-11 07:23:06 +02:00

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