Skip to content

Hanjocl/DeckRC

Repository files navigation

How to build on steamdeck:

Step 0 - Get to development

Disable read-only mode on steamdeck with: sudo steamos-readonly disable

Step 2 - Setup development environment

  • Update System
sudo pacman -Syu
  • Install VS code
pacman -S code
  • Install base-development tools (gcc, g++, make, pkgconf, binutils, patch, fakeroot)
sudo pacman -S base-devel cmake git
  • Install Ninja
pacman -S ninja

Step 3 - Install all dependencies (updated on: 27/09/2025)

Go through the submodule installations guides to install all dependecies (see the following READMEs). For Windows I used VCPKG for as package manager, for Linux I just the platforms packagemanager. QML was installed through the online installer.

step 4 - Build and pray for no error

  • if you get any, I suggest asking GPT
  • if that does not work out, Ask a friend or make a issue!

THROUBLESHOOTING

  1. Could not be found because dependency WrapOpenGL could not be found
sudo pacman -Syu mesa mesa-utils libglvnd glu

About

Another attempt

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
License.txt

Stars

Watchers

Forks

Packages

No packages published

Languages