Update for the new configure/make files

This commit is contained in:
Alexandre Moine 2015-09-12 12:24:20 +02:00
parent ddec675e3d
commit 721461a5c5
1 changed files with 2 additions and 1 deletions

View File

@ -34,8 +34,9 @@ The HyperRogue package includes a Windows executable, documentation, and C++ sou
```
sudo apt-get install gcc libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev
git clone https://github.com/nobrakal/hyperrogue.git hyperrogue-git
git clone https://github.com/zenorogue/hyperrogue.git hyperrogue-git
cd hyperrogue-git
./configure
make
```