From 02324cc7141e4f98c03ef3aa655d82f3a9d80b95 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Fri, 5 Jan 2024 23:50:55 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66ea820..9852e96 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ sudo dpkg --add-architecture i386 sudo apt update sudo apt install gcc-multilib sudo apt install build-essential -sudo apt install freeglut3:i386 // Find this one online +sudo apt install freeglut3:i386 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 // Find this one online +sudo apt install libalut-dev:i386 // You will need to find libalut-dev:i386, libalut0:i386 and multiarch-support:i386 from Ubuntu Xenial. sudo apt install libxmu6:i386 sudo apt install libstdc++5:i386 ``` -Note: `freeglut3:i386` is not available anymore on Debian Trixxie. You might need to omit this package for future distributions. +Note: The project has been tested to work on Ubuntu 22.04, and doesn't currently work on Ubuntu 23.10. Multiple packages such as `freeglut3:i386` are not available anymore on Debian Trixxie or Ubuntu 23.10. ## Building & Running