# Will Bond on Github developed a version of the Subversion v1.8 series suitable for # cross compilation to Windows using mingw wget -O subversion-1.8.x.zip https://github.com/wbond/subversion/archive/refs/heads/1.8.x.zip # See also: https://github.com/wbond/subversion-cross-compile The shipped files from Will's github repository needed ./autogen.sh to be run first. This resulted in some scripting errors as a result of the libtool that gets installed on systems is newer than the version that Will was working with. A fix has been put in place for the supplied autogen.sh. Autogen was then run to generate the necessary configure (and related) files. This was then all tarred up again. The result is a tar file that is ready to go with ./CASCADE-CONFIGURE.sh