Babylonia-terminal/babylonia_terminal_launcher/README.md
2024-10-08 12:27:17 +02:00

915 B

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