Mercurial > hg > sonic-visualiser
comparison deploy/linux/docker/Dockerfile_appimage.in @ 1970:25b49a378431 c++14
Try 0.7.0
author | Chris Cannam |
---|---|
date | Fri, 31 Aug 2018 10:15:16 +0100 |
parents | fd29819e8472 |
children | 7496836f8f27 |
comparison
equal
deleted
inserted
replaced
1969:714f8dad57bc | 1970:25b49a378431 |
---|---|
50 ENV LANGUAGE en_US:en | 50 ENV LANGUAGE en_US:en |
51 ENV LC_ALL en_US.UTF-8 | 51 ENV LC_ALL en_US.UTF-8 |
52 RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser | 52 RUN hg clone -r[[REVISION]] https://code.soundsoftware.ac.uk/hg/sonic-visualiser |
53 RUN git clone https://github.com/sandstorm-io/capnproto | 53 RUN git clone https://github.com/sandstorm-io/capnproto |
54 WORKDIR capnproto | 54 WORKDIR capnproto |
55 RUN git checkout v0.6.1 | 55 RUN git checkout v0.7.0 |
56 WORKDIR c++ | 56 WORKDIR c++ |
57 RUN ./setup-autotools.sh && autoreconf -i && ./configure && make -j3 && make install | 57 RUN ./setup-autotools.sh && autoreconf -i && ./configure && make -j3 && make install |
58 WORKDIR ../../sonic-visualiser | 58 WORKDIR ../../sonic-visualiser |
59 ENV QTDIR /opt/qt510 | 59 ENV QTDIR /opt/qt510 |
60 ENV PATH /opt/qt510/bin:$PATH | 60 ENV PATH /opt/qt510/bin:$PATH |