Babylonia-terminal/babylonia_terminal_launcher/README.md
2024-06-11 07:23:06 +02:00

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