summaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-05-07 16:28:39 -0400
committerPeter LaFosse <peter@vector35.com>2018-05-07 16:28:39 -0400
commit40930128dc95f6cb8a9f2c1a4ce098fd15ae02ef (patch)
tree4df97bc539c9fa6c9c362aa1d6630f50ed2dfa24 /docs/about
parentf3040b9ef97f6dc521a14fa7a12c4a8d9b953e21 (diff)
parentb5779972913a77276afa808a415b23ecdfabcf72 (diff)
Merge branch 'dev' into test_relocation
Diffstat (limited to 'docs/about')
-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 a25fb24e..b0a35f37 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -47,7 +47,7 @@ Binary Ninja uses [Qt 5.10] 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.10.0 [tarball] from binary.ninja. (Note this is an unmodified 5.10 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.10] terms.)
+2. Download the Qt 5.10.1 [tarball] from binary.ninja. (Note this is an unmodified 5.10 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.10] 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:
@@ -97,7 +97,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.10.0.tar.xz
+[tarball]: https://binary.ninja/qt5.10.1.tar.xz
[tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE
[tomcrypt]: https://github.com/libtom/libtomcrypt
[unsign]: https://github.com/steakknife/unsign