Join Nostr
2026-09-08 16:23:31 UTC
in reply to

Ryan on Nostr: It looks like SteamOS lacks some headers of of the box. You need to add them for this ...

It looks like SteamOS lacks some headers of of the box.

You need to add them for this to work.

# 1. Disable SteamOS read-only filesystem mode
sudo steamos-readonly disable

# 2. Initialize and populate pacman keyrings
sudo pacman-key --init
sudo pacman-key --populate archlinux holoiso

# 3. Update repositories and install essential build tools
sudo pacman -Sy base-devel glibc linux-api-headers gcc