Skip to content

Commit

Permalink
try AppImage with Ubuntu 14.04 and Qt 5.9.8
Browse files Browse the repository at this point in the history
Add libxrandr2 package required for linking QWebEngine
  • Loading branch information
anatoly-os committed Jul 6, 2019
1 parent d7d81cf commit cfc28d9
Showing 3 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions build/Linux+BSD/portable/copy-libs
Original file line number Diff line number Diff line change
@@ -66,10 +66,7 @@ getCrossPlatformDependencies() {
#copyLib libicui18n.so #libicuin53.so.5 # Needed by Ubuntu 12.04
#copyLib libicuuc.so #libicuuc53.so.5 # Needed by Ubuntu 12.04

copyLib libmirclient.so.9 #needed by Ubuntu 16.04
copyLib libmircommon.so.7 #needed by Qt 5.9.8 on Ubuntu 16.04
copyLib libmircore.so.1 #needed by Qt 5.9.8 on Ubuntu 16.04
copyLib libmirprotobuf.so.3 #needed by Qt 5.9.8 on Ubuntu 16.04
copyLib libXrandr.so.2 #required to link MuseScore code with QWebEngine from Qt 5.9.8

copyLib libQt5CLucene.so.5
copyLib libQt5Core.so.5
2 changes: 1 addition & 1 deletion build/Linux+BSD/portable/x86_64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM library/ubuntu:16.04
FROM library/ubuntu:14.04
ADD Recipe /Recipe
RUN bash -ex Recipe && apt-get clean autoclean
RUN apt-get autoremove -y && rm -rf /var/lib/{apt,dpkg,cache,log}/ /tmp/*
5 changes: 1 addition & 4 deletions build/Linux+BSD/portable/x86_64/Recipe
Original file line number Diff line number Diff line change
@@ -25,10 +25,7 @@ apt-get -y install \
libgl1-mesa-dev \
libopenal1 \
gstreamer0.10-plugins-base \
libmirclient9 \
libmircommon7 \
libmircore1 \
libmirprotobuf3 \
libxrandr2 \
software-properties-common # installs `add-apt-repository`

# get newer compiler

0 comments on commit cfc28d9

Please sign in to comment.