Re: missing eu.a
- Posted by jeremy (admin) Aug 18, 2009
- 1359 views
ne1uno said...
- build system
current makefile requires a typical *nix shell which not every minGW user would have. cygwin is a little more forgiving about accepting either forward or back slashes. Jam requires a patch to run in Msys shell.
but Jam does not require cygwin or msys to use MinGW. Just install MinGW and type set JAM_TOOLSET=MINGW and jam from the normal command prompt. That's all.
Jeremy