summaryrefslogtreecommitdiff
path: root/tools/windows_packaging
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-08-09 14:15:44 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-12-07 20:48:18 +1000
commit31d1164d3f55b62194b0617c9a917df793d2a30e (patch)
treeac3acb522c9765c1a249a78011090b336024e5f8 /tools/windows_packaging
parented8e6461b5bbd6528abb9d3d31e322a29d8b3d5a (diff)
Refer to external repository for instructions on setting up Fedora to cross compile Ardour using MinGW-64
Diffstat (limited to 'tools/windows_packaging')
-rw-r--r--tools/windows_packaging/Fedora-16-mingw.txt41
-rw-r--r--tools/windows_packaging/README4
2 files changed, 2 insertions, 43 deletions
diff --git a/tools/windows_packaging/Fedora-16-mingw.txt b/tools/windows_packaging/Fedora-16-mingw.txt
deleted file mode 100644
index 23c9a749ce..0000000000
--- a/tools/windows_packaging/Fedora-16-mingw.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-
-Fedora Packages are installed via $ yum install foobar
-
-wine, needed to run some tests during the configure process
-
-mingw32-gcc
-
-mingw32-libogg
-
-mingw32-flac not in repo <- requires libogg
-
-mingw32-libvorbis
-
-mingw32-libsndfile not in repo <- requires flac, vorbis
-mingw32-libsamplerate not in repo <- requires sndfile for examples?
-
-mingw32-gtkmm24, this will pull in all the gtk+ deps etc
-
-mingw32-gtk2-engines not in repo <- provides clearlooks
-
-mingw32-libglade2, required for gnomecanvas
-
-mingw32-libart_lgpl not in repo
-mingw32-libgnomecanvas not in repo <- requires libart, libglade2
-mingw32-libgnomecanvasmm not in repo <- requires
-
-mingw32-portaudio not in repo
-
-mingw32-jack-audio-connection-kit not in repo
-
-mingw32-fftw not in repo
-
-mingw32-curl
-
-Optional
-
-mingw32-cppunit, if tests enabled
-mingw32-gdb, for debugging
-
-qemu-kvm to run virt images
-
diff --git a/tools/windows_packaging/README b/tools/windows_packaging/README
index 749092b3e3..8a8c4c8d7b 100644
--- a/tools/windows_packaging/README
+++ b/tools/windows_packaging/README
@@ -8,8 +8,8 @@ not all are yet.
Prerequisites
-Follow instructions in Fedora-16.txt to build and/or install the required
-packages.
+For setting up the required packages to build Ardour refer to the README
+file located at https://github.com/mojofunk/fedora-mingw-ardour
Configuring