From 8c73caa2bbb2ed1c3d76e35341dcf6285b4effd1 Mon Sep 17 00:00:00 2001 From: Arnaud LE CAM Date: Sun, 24 May 2020 16:49:30 +0200 Subject: [PATCH] Ubuntu runtime depedencies - Qt5Widgets This one was not detected yet, because I never tried to run JamTaba "just for run" (libQt5Widgets was installed, by default with Qt5 IDE). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df2d68cd7..784192bef 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ JamTaba is builded using **Qt framework**. We are using Qt for GUI, threads, soc JamTaba is using some libraries: [portaudio](http://www.portaudio.com/), [rtmidi](https://www.music.mcgill.ca/~gary/rtmidi/), [minimp3](http://keyj.emphy.de/minimp3/), [libvorbis and libogg](http://www.vorbis.com/). We are distributing **pre compiled static libs** just for convenience (see more details in the next sections), but feel free to compile the libs yourself! ### Ubuntu Linux -On Ubuntu Linux, run the following command to install a missing dependency for Qt 5 Websockets: +On Ubuntu Linux, run the following command to install a missing dependency for Qt 5 Websockets and Qt 5 Widgets: ``` -sudo apt install libqt5websockets5 +sudo apt install libqt5websockets5 libqt5widgets5 ``` ### IMPORTANT FOR WINDOWS if you will use the pre compiled libs (recommended):