We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9794ab8 commit 37e669fCopy full SHA for 37e669f
misc/Dockerfile-apt.in
@@ -48,11 +48,11 @@ ENV DISTRELEASE "@DISTRELEASE@"
48
# Build and install SpectMorph 0.4.0
49
### Dependencies
50
RUN retry apt-get install -y \
51
- libao-dev qtbase5-dev libfftw3-dev libboost-dev libsndfile1-dev
+ libao-dev qtbase5-dev libfftw3-dev libsndfile1-dev
52
### Clone repository
53
RUN cd /usr/src/ && \
54
- retry git clone http://space.twc.de/public/git/spectmorph.git
55
- # && \ cd /usr/src/spectmorph && git checkout 0.4.0 -b stable (0.4.0 is not released yet)
+ retry git clone http://space.twc.de/public/git/spectmorph.git && \
+ cd /usr/src/spectmorph && git checkout 0.4.0 -b stable
56
### Compile
57
RUN cd /usr/src/spectmorph/ && \
58
nice ./autogen.sh --prefix=/usr && \
0 commit comments