Skip to content

Commit

Permalink
Merge pull request #25 from trmdi/patch-1
Browse files Browse the repository at this point in the history
Add dependencies for openSUSE
  • Loading branch information
rbn42 authored May 6, 2020
2 parents 10a989b + f68740c commit 58d9bfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ sudo pacman -S qt5-websockets \
python-docopt python-numpy python-pillow python-pyaudio python-cffi python-websockets
#+END_SRC

*** openSUSE
#+BEGIN_SRC sh
sudo zypper in libQt5WebSockets5 \
python3-docopt python3-numpy python3-Pillow python3-PyAudio python3-cffi python3-websockets
#+END_SRC

*** Ubuntu
#+BEGIN_SRC sh
sudo apt-get install qml-module-qt-websockets \
Expand Down

0 comments on commit 58d9bfe

Please sign in to comment.