aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2018-12-26 22:46:07 +0100
committerDavid Skoland <davidskoland@gmail.com>2018-12-26 22:46:07 +0100
commitd9ccb61b25cf7ed724a1936a98c28a782997367b (patch)
tree9b27f1d6c8a81e3e25dd979d109d0863f559d934
parent110751ac39ac2f6911e67d6ac4319ceebea6f783 (diff)
parent55a3bfadb908d5e2e8a482db7fc8e9427153c8f3 (diff)
Merge branch 'master' of github.com:OmniTroid/AO2-Client
-rw-r--r--README_BUILD.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README_BUILD.md b/README_BUILD.md
index da13bdc1..685699c9 100644
--- a/README_BUILD.md
+++ b/README_BUILD.md
@@ -39,4 +39,5 @@ BASS and BASS Opus only comes as dynamic libraries and is not open-source. That
For Discord RPC, you can download prebuilt static libraries for your platform. Just put them in lib/.
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
+It's also possible to just link this dynamically.