Skip to content

Debian build help is needed #70

Closed Answered by garsipal
herasymenko-bohdan asked this question in Help
Discussion options

You must be logged in to vote

Installing these development libraries on Debian is quite straightforward. Open a terminal and do:

sudo apt update
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev 

This should automatically install the SDL2 dev libraries and GL dependencies.

To manually install the SDL2 libraries (without package managers) you'll need to roughly follow these steps:

  • Get a copy of the SDL2 source code;
  • Run the configure script;
  • Do make to compile the SDL2 source code.
  • Do make install to install the SDL build on the system.

More details here.


I'll look into adding more details/links to the build instructions to make things more accessible, especially since such questions are understa…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by garsipal
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
question Further information is requested
2 participants