Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building under Ubuntu 22.04 #3

Open
jduerstock opened this issue May 2, 2022 · 1 comment · May be fixed by #4
Open

Building under Ubuntu 22.04 #3

jduerstock opened this issue May 2, 2022 · 1 comment · May be fixed by #4

Comments

@jduerstock
Copy link

I'm not sure what distribution you use, but I had to do a couple of things to get this to build under Ubuntu 22.04:

  1. replace '#include "SDL.h"' with 'include <SDL2/SDL.h>"
  2. sudo apt install libsdl2-dev:i386 lib32gcc-11-dev

I also had to change my /etc/apt/sources.list so it would find the i386 packages, but I'm not 100% sure I did this cleanly.

@icculus
Copy link
Owner

icculus commented May 28, 2022

I happened to have SDL laying around for some reason. :) But this is probably something that needs to be simplified or documented better.

@greisch greisch linked a pull request Feb 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants