mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 02:40:33 +00:00
Update README.md with up-to-date build info
This commit is contained in:
parent
2659d08b78
commit
d0d4b24f91
@ -62,15 +62,13 @@ On Linux with apt-get:
|
|||||||
|
|
||||||
On macOS with Homebrew:
|
On macOS with Homebrew:
|
||||||
|
|
||||||
```brew install sdl sdl_ttf sdl_gfx sdl_mixer glew```
|
```brew install sdl sdl_ttf sdl_gfx sdl_mixer glew libpng```
|
||||||
|
|
||||||
macOS users might also have to edit /usr/local/include/SDL/SDL_gfxPrimitives.h at line 38 to use quote include.
|
|
||||||
|
|
||||||
### Building HyperRogue from source ###
|
### Building HyperRogue from source ###
|
||||||
```
|
```
|
||||||
git clone https://github.com/zenorogue/hyperrogue.git hyperrogue
|
git clone https://github.com/zenorogue/hyperrogue.git hyperrogue
|
||||||
cd hyperrogue
|
cd hyperrogue
|
||||||
make
|
HYPERROGUE_USE_GLEW=1 HYPERROGUE_USE_PNG=1 make
|
||||||
```
|
```
|
||||||
|
|
||||||
The `mymake` program builds HyperRogue in parts. It takes longer than the method shown above, but it uses significantly less memory during compilation, and when you change something, `mymake` will only recompile the changed file.
|
The `mymake` program builds HyperRogue in parts. It takes longer than the method shown above, but it uses significantly less memory during compilation, and when you change something, `mymake` will only recompile the changed file.
|
||||||
|
Loading…
Reference in New Issue
Block a user