Mercurial > hg > vamp-live-host
changeset 17:3cbd40805795 tip
Remove obsolete stuff from README
author | Chris Cannam |
---|---|
date | Tue, 03 Dec 2013 16:33:08 +0000 |
parents | dbbd2b473eee |
children | |
files | README |
diffstat | 1 files changed, 2 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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.