summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-05-27 22:36:51 -0400
committerJordan Wiens <jordan@psifertex.com>2019-05-27 22:36:51 -0400
commitdbfb178ba212ec513804171346572e7dd0e7d999 (patch)
tree4e0255921503729e556eaa08a849fde697531f60 /docs
parent312950417858a9d89446889fdee2e5988a699861 (diff)
update qt references
Diffstat (limited to 'docs')
-rw-r--r--docs/about/open-source.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index 5a18c975..5f020ef4 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -45,7 +45,7 @@ Binary Ninja uses [Qt 5.12] under an LGPLv3 license which requires that we host
Please note that we offer no support for running Binary Ninja with modified Qt libraries.
1. Follow the installation requirements on the [Building Qt 5 from Git] page.
-2. Download the Qt 5.12.0 [tarball] from binary.ninja. (Note this is an unmodified 5.12 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.12] terms.)
+2. Download the Qt 5.12.3 [tarball] from binary.ninja. (Note this is an unmodified 5.12 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.12] terms.)
3. Next, build QT using the aforementioned instructions.
4. On OS X, you will need to disable the code-signing signature since it would otherwise prevent changes to binaries or shared libraries. We recommend a tool such as [unsign].
5. Finally, replace the built libraries:
@@ -89,7 +89,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[sphinx]: http://www.sphinx-doc.org/en/stable/index.html
[sqlite license]: https://www.sqlite.org/copyright.html
[sqlite]: https://www.sqlite.org/index.html
-[tarball]: https://binary.ninja/qt5.12.0.tar.xz
+[tarball]: https://binary.ninja/qt5.12.3.tar.xz
[tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE
[tomcrypt]: https://github.com/libtom/libtomcrypt
[unsign]: https://github.com/steakknife/unsign