summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-08-11 18:48:09 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-12-07 20:48:19 +1000
commit12065351e532fba23aaf6c549657e6d293cdfe6a (patch)
tree85b11e4866234e69b5ca3146ec2205e51f6d5e23 /tools
parent86e63380ee2257c57f9a0acdba0dc1e564cdd8c9 (diff)
Updates to windows/mingw README file
Diffstat (limited to 'tools')
-rw-r--r--tools/windows_packaging/README12
1 files 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