The dependencies might be somewhat old, but it shouldn't be too old. The source code was released around 2009 and the last fan update is just over 1 year old, July 2020.
I didn't say it before, because I don't know if it's against any forum rule I might have missed, but the game is Seven Kingdoms AA (fan site url). The fan help is Building_From_Source (url). You can look into it yourself, if you're willing.
This is what I've been trying to use to compile the game, that and looking up the net for code that might help me doing it, but I'm having trouble to get and install dependencies.
I have tried to progress a bit further today. Right now, when I ./configure it's like this:
(...)
hecking for iconv... yes
checking for openal... yes
checking for sdl2 >= 2.0.4... yes
checking for libenet... no
checking for enet_initialize in -lenet -lws2_32 -lwinmm... no
checking for enet_initialize in -lenet... no
configure: error: enet not found
I believe I managed to solve OpenAl library missing. It seems to me I still need to solve the enet library missing error and maybe update SDL library to 2.0.8. Before even trying to update SDL, I'd have to see what version of it I currently have.
Any help on doing those things?