diff --git a/README.md b/README.md index 6979e98..4535f86 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ PlChat comes with a Makefile for compiling to a binary, but it is of course poss Otherwise you can see below for instructions on building the binary. ### Runtime Depencies -You will need the following system libraries: Qt4 or 5 (maybe be optional, the pypi package includes a copy of required libraries in some cases), Secret Service (on linux or BSD), libmagic, and some codecs for qtmultimedia. +You will need the following system libraries: Qt4 or 5 (maybe be optional, the pypi package includes a copy of required libraries in some cases), Secret Service (on linux or BSD), libmagic (on macos/linux/bsd), and some codecs for qtmultimedia. The windows codecs can be found above, and on linux you will need gstreamer and some plugins. On gentoo, `sudo emerge media-plugins/gst-plugins-base media-plugins/gst-plugins-good media-plugins/gst-plugins-bad media-plugins/gst-plugins-ugly media-plugins/gst-plugins-neon media-plugins/gst-plugins-soup media-plugins/gst-plugins-libav` should do. Other distributions are on your own. And, obviously, a copy of python. Python3.5+ is the only thing I will support but other versions may work. End users will need the same version of python used to compile the binary. Other versions may work but this is what nuitka officially supports. ### Building -You will need the following packages from pypi: PyQt5, keyring, appdirs, python-magic, python-dateutil, and websockets. +You will need the following packages from pypi: PyQt5, keyring, appdirs, python-magic(or python-magic-bin on windows), python-dateutil, requests, urllib3, and websockets. You will also need all runtime dependencies listed above, as well as nuitka3 and a C compiler compiler. Nuitka supports the following compilers: * gcc 5.1+ or g++ 4.4+