1
0
mirror of synced 2025-02-17 10:38:32 +01:00

Update README.md

This commit is contained in:
Bobby Dilley 2024-01-05 21:14:40 +00:00 committed by GitHub
parent 6a1ff4adbf
commit 0f87c9cf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,16 @@ You can view the supported titles [here.](docs/supported.md)
First make sure you have up-to-date NVIDIA drivers and then install the following:
```
sudo dpkg --add-architecture i386
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install gcc-multilib
sudo apt install build-essentials
sudo apt install freeglut3:i386 freeglut3-dev:i386 libglew-dev
sudo apt install build-essential
sudo apt install freeglut3:i386 // Find this one online
sudo apt install freeglut3-dev:i386
sudo apt install libglew-dev
sudo apt install xorg-dev
sudo apt install libopenal1 libopenal-dev
sudo apt install libalut-dev:i386
sudo apt install libalut-dev:i386 // Find this one online
sudo apt install libxmu6:i386
sudo apt install libstdc++5:i386
```