coeuvre / rust-2048

A 2048 clone with Piston game engine
MIT License
236 stars 40 forks source link

Build failing due to linking error #14

Closed debloper closed 9 years ago

debloper commented 9 years ago
note: /usr/bin/ld: cannot find -lSDL2
/usr/bin/ld: cannot find -lSDL2
collect2: error: ld returned 1 exit status
juninho commented 9 years ago

Hi, have you ever tried install libsdl-dev?

apt-get install libsdl2-dev

kifirkin commented 9 years ago

On win, libsdl2 installation solves this kind of problems, I think u can close this issue :wink: