CompilingWesnothOnFreeBSD
From Wesnoth
How to compile trunk on FreeBSD 7 (works as of r35144):
- Install all the wesnoth 1.6 pre-requiresites of /usr/ports/games/wesnoth/ (using portupgrade or just by installing wesnoth itself)
- Install lua from /usr/ports/lang/lua
- Fetch wesnoth source from the repository.
- Go to wesnoth source directory.
Then,
- Run ./autogen.sh
- Run gmake
- Run gmake install (do this at least once, afterwards you may run Wesnoth from the source directory)
or
- Run scons
This page was last modified on 1 August 2009, at 14:47.
