As a newbie to SDL, gcc and rust libraries, I stumbled over not doing any more than explicitly described in the text.
I didn't download the necessary files and got the note at the end of a long error message from gcc "note: ld: cannot find -lSDL2_image". It took me a while to realise that a library was missing and how to fix it.
This is clearly due to my inexperience, but there may well be similarly inexperienced people following the series.
As a newbie to SDL, gcc and rust libraries, I stumbled over not doing any more than explicitly described in the text.
I didn't download the necessary files and got the note at the end of a long error message from gcc "note: ld: cannot find -lSDL2_image". It took me a while to realise that a library was missing and how to fix it.
This is clearly due to my inexperience, but there may well be similarly inexperienced people following the series.