Brogue on Raspberry Pi

My last build for ncurses on raspy 3 : click here to download

Compilation how to:

  • Dowload a linux (i386 or amd64) version on the offical site.

  • Unzip where you want

  • Open "Makefile" with nano or text editor.

  • At line 84 erase "-march=i586". Save.

  • Open terminal at root of your brogue folder, write "make curses", press enter. (If you have an error, you maybe need to install ncurses dev libraries : sudo apt-get install libncurses5-dev libncursesw5-dev )

  • With terminal, at root of your brogue folder, you can run brogue with "./brogue -t"

Informations :

  • Don't forget to read the Readme !

  • Your native terminal is lxterminal.

Start screen in lxterminal with 16 colors

Begin of game in lxterminal with 16 colors

Start screen in lxterminal with 256 colors

Begin of game in lxterminal with 256 colors