From dbfb178ba212ec513804171346572e7dd0e7d999 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 27 May 2019 22:36:51 -0400 Subject: update qt references --- docs/about/open-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.3.1