-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
19 lines (15 loc) · 788 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# VULTURE FOR NETHACK
This repository is for those who wants to build this game on windows from source. What do you need:
- Vulture for NetHack source code - http://www.darkarts.co.za/vulture-for-nethack
- MSYS2 environment - http://msys2.github.io/ (tested with x86_64-20160921)
- Default path for MSYS2 is c:\msys64 - be careful if your path differs...
- ...some variables in this project are hardcoded to the default MSYS2 path.
- MSYS2 packages (pacman -S ...):
- mingw-w64-x86_64-toolchain
- mingw-w64-x86_64-libpng
- mingw-w64-x86_64-SDL_ttf
- mingw-w64-x86_64-SDL_mixer
- mingw-w64-x86_64-libtheo
- mingw-w64-x86_64-smpeg
After meeting the requirements run `vulture-build-env.bat` and execute `mingw32-make -f Makefile.gcc install`
Have fun!