Linux

Play Steam Games on Raspberry Pi 5. Ubuntu 23.10



instructions below

As an Amazon Associate I earn from qualifying purchases
N04 Purchase Link:
Amazon US:
Amazon UK:
N05 Purchase Link: Amazon US:
Amazon UK:
Metal Case For Pi5,support N04 & N05 & Active Cooler:
Purchase Link: Amazon US:
Amazon UK:
nvme links UK Patriot P310 2280
Kingspec 128 2242
Kioxia 2230
US Patriot P310 2280
Kingspec 128 2242
Kioxia 2230
Geekworm nvme pcie board links US X1000
X1001
X1003
UK X1002

Original guide by
Ayush Pande xda
(147 Articles Published)

Instructions please visit here first

My amended instructions How to install Steam on Raspberry Pi

Press Ctrl+Alt+T to launch the Terminal.

sudo dpkg –add-architecture armhf

sudo apt-get update && sudo apt-get upgrade

sudo apt install gcc-arm-linux-gnueabihf -y

sudo apt-get install git -y

sudo apt install cmake -y

git clone

cd box64

mkdir build; cd build; cmake .. -D RPI5ARM64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

sudo make install

sudo systemctl restart systemd-binfmt

cd ~

git clone

cd box86

mkdir build; cd build; cmake .. -D RPI4ARM64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

sudo make install

sudo systemctl restart systemd-binfmt

sudo apt install libgdm1:armhf libudev1:armhf libgl1-mesa-dri:armhf libglapi-mesa:armhf libglu1-mesa:armhf libglx-mesa0:armhf mesa-va-drivers:armhf mesa-vdpau-drivers:armhf mesa-vulkan-drivers:armhf libsdl1.2debian:armhf libegl-mesa0:armhf

sudo apt-get install libc6:armhf -y

sudo apt install mesa-vulkan-drivers -y

open files open the box86 folder.
right click on install_steam.sh and choose run as a program

Open a terminal type steam to launch

It will likely fail

restart ubuntu
If you get no Desktop
Login with the username and password you created
sudo apt install ubuntu-desktop
login
Open a terminal
steam

My videos

Running Windows games on Raspberry Pi 4. Box86 & Wine First try. Twister OS.

Wine. Running Windows Programs in Linux. Raspberry Pi 4 Twister OS.

Steam running on Orange Pi 5

My playlist

Everything Raspberry Pi. Over 600 Videos

Raspberry Pi NEWS

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button