Hello,
Before I start to scratch my hair off my head, I thought I would better ask here first if anyone wise geek could give me clues for compiling Z+Angband under Windows.
Especially, what compilator and what makefile file should do the best work ?
I've tried using gnuwin with makefile.std (following some Andrew Doull advices), but with no success.
Edit: thanks to Mango Juice, here is the howto.
Before I start to scratch my hair off my head, I thought I would better ask here first if anyone wise geek could give me clues for compiling Z+Angband under Windows.
Especially, what compilator and what makefile file should do the best work ?
I've tried using gnuwin with makefile.std (following some Andrew Doull advices), but with no success.
Edit: thanks to Mango Juice, here is the howto.
- Install lcc from there: http://www.q-software-solutions.de/downloaders
- Get Z+Angband source files from there: http://tinyurl.com/5pq2bd and extract them to a folder
- Copy the file lua.h from the src\lua folder to the src folder
- Extract the file make.bat.txt attached to this post to the src folder and rename it to make.bat
- Launch a command prompt, move to the src folder and run make.bat
Comment