summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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