Babylonia-terminal/babylonia_terminal_launcher
2024-10-23 21:36:56 +02:00
..
assets/images starting GUI 2024-05-11 22:20:11 +02:00
lib add release notice to inform user of the new changement 2024-10-23 21:36:56 +02:00
linux remove default window bar 2024-10-07 18:24:49 +02:00
messages can now set launch options in the settings directly 2024-08-27 18:10:07 +02:00
native/hub fix typo 2024-10-09 21:15:10 +02:00
.gitignore remove default window bar 2024-10-07 18:24:49 +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
CHANGELOG.md add release notice to inform user of the new changement 2024-10-23 21:36:56 +02:00
pubspec.lock add release notice to inform user of the new changement 2024-10-23 21:36:56 +02:00
pubspec.yaml add release notice to inform user of the new changement 2024-10-23 21:36:56 +02:00
README.md Update README.md 2024-10-08 12:27:17 +02:00

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