2ine icon indicating copy to clipboard operation
2ine copied to clipboard

Building under Ubuntu 22.04

Open jduerstock opened this issue 3 years ago • 1 comments

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.

jduerstock avatar May 02 '22 12:05 jduerstock

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

icculus avatar May 28 '22 04:05 icculus