Skip to content

Commit

Permalink
Ubuntu runtime depedencies - Qt5Widgets
Browse files Browse the repository at this point in the history
This one was not detected yet, because I never tried to run JamTaba "just for run" (libQt5Widgets was installed, by default with Qt5 IDE).
  • Loading branch information
Arnaud LE CAM authored and elieserdejesus committed May 24, 2020
1 parent b860f81 commit 8c73caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8c73caa

Please sign in to comment.