From 12065351e532fba23aaf6c549657e6d293cdfe6a Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sun, 11 Aug 2013 18:48:09 +1000 Subject: [PATCH] Updates to windows/mingw README file --- tools/windows_packaging/README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/windows_packaging/README b/tools/windows_packaging/README index c02320c32a..4a766685c5 100644 --- a/tools/windows_packaging/README +++ b/tools/windows_packaging/README @@ -1,8 +1,8 @@ Building Ardour for Windows The windows build is compiled and tested with the MinGW compiler that is -packaged in Fedora, Currently using Fedora 16. There are many cross compiled -"mingw" libraries that Ardour requires that are also available on Fedora but +packaged in Fedora, Currently using Fedora 19. There are many cross compiled +"mingw" libraries that Ardour requires that are available on Fedora but not all are yet. @@ -28,6 +28,8 @@ These scripts both source the mingw-env.sh script to setup the appropriate environment variables and then call waf with a specific set of parameters that are appropriate to configure for the windows build. +There is also configure-distcc-debug.sh and configure-distcc-release.sh that +configure to use distcc for building. Building @@ -81,8 +83,8 @@ in a separate terminal(Command Prompt) before starting Ardour so that they are not both writing to the same terminal. This will probably be fixed at some point so when jackd is started by Ardour the output is redirected etc. -The cptovm.sh and startvm.sh scripts are intended for testing Ardour in a -Windows XP virt image and may need to be altered to be used successfully. +The cptovmshare.sh script will copy the package to a directory specified in the +ARDOUR_VM_SHARE_DIR for testing in a virtual machine. Testing @@ -90,6 +92,8 @@ Testing When configured for debugging there are a number of test programs(prefixed with test_) included in the package. +The tests for libpbd, libevoral and libardour can be run under wine from the +windows packaging directory using the wine-*-tests.sh scripts Debugging