From d6ee9bf9758977ca1fb9358401edc125c62bb1b2 Mon Sep 17 00:00:00 2001 From: Steve Daulton <SteveDaulton@users.noreply.github.com> Date: Thu, 26 Oct 2017 18:44:39 +0100 Subject: [PATCH] remove incorrect information about PortMidi --- INSTALL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index f313df63c5..c920c903ce 100644 --- a/INSTALL +++ b/INSTALL @@ -19,9 +19,8 @@ http://www.audacityteam.org/download/source/ . Other required dependencies: -The PortAudio and PortMidi libraries used by Audacity 2.2.0 include fixes -that are not yet available in the upstream versions, so the local (included) -versions must be used. +Audacity 2.2.0 requires the local (included) versions of PortAudio and PortMidi. +Attempting to build with system library versions will fail. libsndfile library is required and is included in the Audacity source. -- GitLab