Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

SDL/SDL_image.h: No such file or directory

You need to install SDL_image separately. It's not shipped with SDL.


You need to install SDL_image library like mentioned in the other answers, if you are on a Debian based systems you can simply install with the following command:

sudo apt-get install libsdl-image1.2-dev

Tags:

C++

Sdl

Codeblocks

Related

What's the right way to design my interface when I have operations that aren't supported by all implementers? Why does PHP consider 0 to be equal to a string? Getting octave to plot when invoking a function from the command line How to detect Fingersize with IOS? Dynamic deep setting for a JavaScript object The remote end hung up unexpectedly while git cloning Import SQL dump into PostgreSQL database Javascript functions, how can I start beginning to understand them? Why use "strlen30()" instead of "strlen()"? How to create temp dir in Ruby? Get top 1 row of each group linux image from clipboard

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy