Mercurial > hg > sonic-visualiser
changeset 1970:25b49a378431 c++14
Try 0.7.0
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 10:15:16 +0100 |
parents | 714f8dad57bc |
children | 7496836f8f27 |
files | deploy/linux/docker/Dockerfile_appimage.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in Fri Aug 31 10:02:48 2018 +0100 +++ b/deploy/linux/docker/Dockerfile_appimage.in Fri Aug 31 10:15:16 2018 +0100 @@ -52,7 +52,7 @@ RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser RUN git clone https://github.com/sandstorm-io/capnproto WORKDIR capnproto -RUN git checkout v0.6.1 +RUN git checkout v0.7.0 WORKDIR c++ RUN ./setup-autotools.sh && autoreconf -i && ./configure && make -j3 && make install WORKDIR ../../sonic-visualiser