Martin Tomes wrote:
> Update the instructions for building Subversion on the Win32 platform
> and add build batch file for Win32 build.
[snip]
> + E.4 Building the Binaries
>
> - To build the Apache module, you will also need the Apache 2.0.49
> - or later Win32 source. You can download it from here:
> + To build the binaries either follow the instructions here or run
> + build\win32\vc6-build.bat
They may need to edit it first to match their environment paths, won't they?
[snip]
> + Subversion
>
> - The following is a sample script.
> - gunzip, tar, and unzip are native win32 apps taken from
> + Things to note:
>
> - http://unxutils.sourceforge.net/
> + * The generated dsw file doesn't build all of the tests so there
> + are explicit msdev commands to build test_utf and test_ra_local.
[snip]
> + C:>cd src-%DIR%
> + C:>python gen-make.py -t dsp --with-httpd=..\httpd-2.0.49 --with-berkeley-db=db4-win32 --with-openssl=..\openssl-0.9.7d --with-zlib=..\zlib --enable-nls
> + C:>msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__ - Win32 Release"
> + C:>msdev subversion_msvc.dsw /USEENV /MAKE "test_utf - Win32 Release"
> + C:>msdev subversion_msvc.dsw /USEENV /MAKE "test_ra_local - Win32 Release"
> + C:>cd ..
These should be being built automatically on trunk -- are they not for you?
The rest looks good, thanks!
DJ
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 30 03:20:42 2004