-
-
Notifications
You must be signed in to change notification settings - Fork 2
Common Issues
If you failed to install the launcher on your Steam deck with the command provided in the readme, you're in the right place.
SteamOS can't compile the launcher because some dependecies are missing from the OS, in this case you have two solution to fix this issue :
- Find and install every package you need in order to compile the launcher with the error provided by the compiler
or - You can use the script we made to compile the launcher with a different environment
we will chose the second options here, I will not enter on the detail during this tutorial because it's just for troubleshooting purpose.
First you need to disable read only mode of SteamOS (we will renable it afterward) :
sudo steamos-readonly disable
Then if it's not already done, install Rust :
sudo pacman -S rust
You can then renable read only mode :
sudo steamos-readonly enable
You can then run the script we made by doing :
bash <(curl -s https://raw.githubusercontent.com/ALEZ-DEV/Babylonia-terminal/master/build.sh)
the script will ask you if you are on steam deck or not, please enter y
If you failed to install the launcher on your distribution with the command provided in the readme, you're in the right place.
Your distro can't compile the launcher because some dependecies are missing from the OS, in this case you have two solution to fix this issue :
- Find and install every package you need in order to compile the launcher with the error provided by the compiler (take some time but okay)
or - You can use the script we made to compile the launcher with a different environment
we will chose the second options here, I will just indicate what app you need to install in order to run the script, you're the one who need to figure it out how to install it (With your package manager for exemple)
- You need to install Rust
- You need to install Podman
- You can then run the script by running the following command :
bash <(curl -s https://raw.githubusercontent.com/ALEZ-DEV/Babylonia-terminal/master/build.sh)