1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 14:37:16 +00:00

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

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
```