Temptations, es el remake del juego de 8 bits del mismo nombre para sistemas operativos actuales, incluye versiones para Windows, Android, Mac y GNU/Linux (esta dos últimas hay que compilar).
Nosotros vamos a instalarlas en Debian 9, Ubuntu 18.04 y raspbian (raspberry pi 2), vamos allá:
- Instalamos lo necesario para su compilación:
sudo apt -y install git cmake libsdl2-dev libsdl2-2.0-0 libsdl2-image-dev libsdl2-image-2.0-0 libsdl2-mixer-dev libsdl2-mixer-2.0-0
- Nos descargamos el código fuente:
git clone https://github.com/pipagerardo/temptations
- Compilamos siguiendo las instrucciones del juego:
cd temptations/
cd build/
cmake ..
make
cp temptations ../bin
cd ../bin
./temptations
No hay comentarios:
Publicar un comentario