I recently downloaded goattracker2 on Windows 10 and after making some changes to the source code, I need to recompile the program to test it.
I don't have any experience with recompiling. I had a look at the documentation included in the readme-file:
- Recompiling
To recompile for Win32, you need the MinGW development environment, use the file src/makefile.win as makefile.
To recompile for Linux, use src/makefile.
In both cases you need the SDL development libraries in addition to the SDL runtime, see http://www.libsdl.org.
Compile first the utilities (datafile & dat2inc) from the src/bme directory, and place them to your path.
This leaves me with several questions, like
- Which programs do I need to download
- How do I run or execute the makefile
- Where do I need to install the SDL libraries
If anyone has experience with recompiling goattracker, can they provide a step by step tutorial for how to do it?