|
Per
|
|
You should start to look in the "doc" directory, where you find some information on how Freeciv is designed. Then where you go from there depends on what you want to do, I guess.
Freeciv should compile with any C compiler, but depends on a unix shell to build, so if you are windows user, you will need either cygwin or mingwin. (In short I find development on Windows platform a lot harder than on unix.)
If you use sources from cvs, you will also need the GNU build system (autoconf, automake, etc).
|