diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-12-26 18:53:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-26 18:53:23 +0100 |
| commit | fa24d4bd865a240f3c884dcb74253e9aed7fd072 (patch) | |
| tree | 7be29a80a091ee1e5342a554748f4435f0f04f50 | |
| parent | 44dfdb89962b6fce76ac8f7f23f3ec0d19f2cf2c (diff) | |
discord-rpc actually has prebuilt static libraries
| -rw-r--r-- | README_BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README_BUILD.md b/README_BUILD.md index fb45678f..da13bdc1 100644 --- a/README_BUILD.md +++ b/README_BUILD.md @@ -36,7 +36,7 @@ After this, you need to configure the project to use the static version of qmake BASS and BASS Opus only comes as dynamic libraries and is not open-source. That means you can't link it statically in the program. -For Discord RPC, you can try downloading the source and configuring it to compile to a static library. You're gonna have to figure out how, though. +For Discord RPC, you can download prebuilt static libraries for your platform. Just put them in lib/. -The same goes for Qt Apng Plugin. This guide does not go into detail how to configure each of these to build a static library. You may have to add Q_IMPORT_PLUGIN(ApngImagePlugin); in main.cpp. See more about importing static plugins here: http://doc.qt.io/qt-5/plugins-howto.html#static-plugins +For Qt Apng Plugin, you need to compile it statically. This guide does not go into detail how to configure this to build a static library. You may have to add Q_IMPORT_PLUGIN(ApngImagePlugin); in main.cpp. See more about importing static plugins here: http://doc.qt.io/qt-5/plugins-howto.html#static-plugins |
