Ubuntu 12.04 doesn't support SDL2.0
from "box" so here is a short instruction what to do, if you faced the same problem as me.
We will install SDL2.0
from sources.
First of all we need to install dependencies (same as for SDL1.2
) and mercurial
:
$ sudo apt-get build-dep libsdl1.2-dev
$ sudo apt-get install mercurial