On Thu, 08 Jul 2010 22:07:52 +0200, Paul Ruizendaal <[email protected]> wrote: > I can confirm the out-of-the-box windows build. I am using the make from > the UnxUtils package: > http://unxutils.sourceforge.net/ > > Where I went wrong was not installing the sh.exe binary, which this build > of make relies on. So the minimal environment to build fossil on windows > seems to be: > - mingw, with zlib library > - from unxutil: make, sh, rm, mkdir and gawk renamed to awk. > The unxutil binaries are about ~900K together, so that's not too bad. > > Paul
If you download msys.exe from mingw than you get all those(make, sh, rm, mkdir and gawk renamed to awk.) in one package! Rene _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

