]> git.tdb.fi Git - ext/subsurface.git/commit
Annotate Makefile with hints about building under Windows
authorDirk Hohndel <dirk@hohndel.org>
Mon, 24 Oct 2011 19:24:51 +0000 (12:24 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Mon, 24 Oct 2011 21:35:54 +0000 (14:35 -0700)
commit6755d8c271511491b8a23b5e56705beca6fd2822
tree0443c87283622c8a66f461da53a85b7a46cb680a
parent3615675a626aab8f49cfcc9205328bcd9cf6cb34
Annotate Makefile with hints about building under Windows

You can build subsurface with MinGW. It requires installing lots of random
packages, plus some things still don't work. One is that xml2-config
appears to be missing. So this annotates the Makefile to tell a person
building under Windows how to work around this. But we can't make this
platform conditional as this workaround is hardcoding the install path.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Makefile