Thanks to both you and Michael. We'll give the mingw cross-compile route a whirl.
Simon Smith
inky.com
sent with Inky
On Wed, Oct 02, 2013 at 03:37:47PM -0000, sgs1370@arcode.com wrote:
>
> We're interested in using Hubbub and LibCSS in our windows program but
> we can't get them to compile under Visual Studio, which we use for our
> windows builds.
>
> Are there any efforts underway to port these libraries so they compile
> under VS, or, to release DLLs?
The build systems are implemented in GNU Make and are not trivial.
You'll either want to build using a GNU-like toolchain (we routinely
cross-compile to Windows from Linux using mingw), or reimplement the
build process inside Visual Studio.
I would recommend the former.
B.
No comments:
Post a Comment