This files collects some notes about building Subcommander and its
dependencies on Windows with mingw in case Subcommander switches to Qt4.



Qt4
===

Qt4 will not build from msys because the Qt4 Makefiles make heavy use of 
paths in Windows style, ie. with backslash.

Open a Window cmd and set the PATH to the mingw bin directory:

  set PATH=c:\msys\1.0\mingw\bin

run Qt4's configure tool to create the Makefiles:

  configure -platform win32-g++

run mingw32-make to build Qt4

  mingw32-make


Apr
===

doesn't build out of the box with mingw.


Apr Util
========

todo


Berkeley DB
===========

todo

cd build_unix
../dist/configure --enable-mingw
make



OpenSSL
=======

todo



Neon
====

todo



Subversion
==========

todo


Subcommander
============

todo
