1 bunzip2 the patch.
2 in your freeciv source directory execute
patch -p1 < <...>/civworld-1.14.1.diff-against-freeciv
where <...> is the path to the patch.
3 in the freeciv source directory execute
./autogen.sh && make
you can give your normal options to ./autogen.sh (generally you won't need
any), but you must compile the gtk 1.2 client (which it does by default)
_and_ you must also compile the server (or at least its object files).
whats the freeciv source directory?
what does{in your freeciv source directory execute
patch -p1 < <...>/civworld-1.14.1.diff-against-freeciv
where <...> is the path to the patch.}mean? what goes in the<...> spots ? do you type it in the civclient before the game starts? please explain all steps please!!
where do you type{./autogen.sh && make} please help!
2 in your freeciv source directory execute
patch -p1 < <...>/civworld-1.14.1.diff-against-freeciv
where <...> is the path to the patch.
3 in the freeciv source directory execute
./autogen.sh && make
you can give your normal options to ./autogen.sh (generally you won't need
any), but you must compile the gtk 1.2 client (which it does by default)
_and_ you must also compile the server (or at least its object files).
whats the freeciv source directory?
what does{in your freeciv source directory execute
patch -p1 < <...>/civworld-1.14.1.diff-against-freeciv
where <...> is the path to the patch.}mean? what goes in the<...> spots ? do you type it in the civclient before the game starts? please explain all steps please!!
where do you type{./autogen.sh && make} please help!
Comment