Last change
on this file since 35711 was 35711, checked in by davidb, 17 months ago |
The committed tar file is a version of the subversion 1.8 series that has been updated to cross-compile for windows using mingw32. At this stage the file has been tested under *linux* and found to compile up correctly, and runs OK. The next stage of testing is to see how it performs on Windows using mingw to compile it up, still using the CASCADE-MAKE.sh scripts
|
File size:
783 bytes
|
Line | |
---|
1 |
|
---|
2 |
|
---|
3 | # Will Bond on Github developed a version of the Subversion v1.8 series suitable for
|
---|
4 | # cross compilation to Windows using mingw
|
---|
5 |
|
---|
6 | wget -O subversion-1.8.x.zip https://github.com/wbond/subversion/archive/refs/heads/1.8.x.zip
|
---|
7 |
|
---|
8 | # See also:
|
---|
9 |
|
---|
10 |
|
---|
11 | https://github.com/wbond/subversion-cross-compile
|
---|
12 |
|
---|
13 |
|
---|
14 | The shipped files from Will's github repository needed ./autogen.sh to be run first. This
|
---|
15 | resulted in some scripting errors as a result of the libtool that gets installed on systems
|
---|
16 | is newer than the version that Will was working with.
|
---|
17 |
|
---|
18 | A fix has been put in place for the supplied autogen.sh. Autogen was then run to generate
|
---|
19 | the necessary configure (and related) files. This was then all tarred up again. The
|
---|
20 | result is a tar file that is ready to go with ./CASCADE-CONFIGURE.sh
|
---|
21 |
|
---|
22 |
|
---|
23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.