bzip2 -d to Working folder, followed by tar xvf
switch to Working folder and src folder
make should first return sdl error
sudo apt-get install libsdl1.2-dev (may also need libsdl2-dev)
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libzip-dev
Other libraries may be necessary but these seem to fulfill the needs on my system (I allow them to install all dependencies and don’t bother trying to analyze everything).
Hope this helps!