# HG changeset patch # User Chris Cannam # Date 1386088388 0 # Node ID 3cbd40805795814b9d6e73a5c7c3b31a8638181a # Parent dbbd2b473eee64bf81f988710bd54ce67e56cde7 Remove obsolete stuff from README diff -r dbbd2b473eee -r 3cbd40805795 README --- a/README Tue Dec 03 16:27:26 2013 +0000 +++ b/README Tue Dec 03 16:33:08 2013 +0000 @@ -34,15 +34,9 @@ Compiling --------- -vamp-live-host uses Sonic Visualiser's code libraries to do some of -its work. To build it, you must first have compiled (though not -necessarily installed) Sonic Visualiser. The compiled Sonic -Visualiser source code tree should be found in a directory called -sonic-visualiser with the same parent as the current one. Edit -vamp-live-host.pro if it is located elsewhere. +Run configure, then make. -To build, you will also need Qt4 and the Qt4 qmake program. Run qmake -and then make. +You will need Qt5 and the Qt5 qmake program. It is probably possible to build vamp-live-host on Windows, OS/X and Linux, but it's only been tested on Linux.