Skip to content

Building under Ubuntu 22.04 #3

@jduerstock

Description

@jduerstock

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions