diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-05-28 19:37:36 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-05-29 23:59:09 -0400 |
| commit | c5ae680e93164baf7499ac6822ab0621a5af24d6 (patch) | |
| tree | a675a7cc47f613ac4924daba8acced8e21119d56 /docs | |
| parent | 13b7a030ad88730d4fde7dfbe27f6d0b0ae65084 (diff) | |
Update to Qt 5.15
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/about/open-source.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 2735ebd5..94f44372 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -18,6 +18,7 @@ The previous tools are used in the generation of our documentation, but are not - [dejavusanscode] ([dejavusanscode license] - multiple open licenses) - [opensans] ([opensans license] - Apache 2.0) - [qt] ([qt license] - LGPLv3 / note, please see our [qt build instructions below](open-source.md#building-qt)) + - [libxcb] ([libxcb license] - MIT) - [sourcecodepro] ([sourcecodepro license] - SIL open font license) - [rlcompleter] ([python license] - Python Software Foundation License 2) @@ -45,12 +46,12 @@ The previous tools are used in the generation of our documentation, but are not ## Building Qt -Binary Ninja uses [Qt 5.14] under an LGPLv3 license which requires that we host the original sources used to build Qt for our application along with instructions on how that source may be re-built and can replace the version of Qt shipped with Binary Ninja. +Binary Ninja uses [Qt 5.15] under an LGPLv3 license which requires that we host the original sources used to build Qt for our application along with instructions on how that source may be re-built and can replace the version of Qt shipped with Binary Ninja. 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.14.2 [tarball] from binary.ninja. (Note this is an unmodified 5.14 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.14] terms.) +2. Download the Qt 5.15.0 [tarball] from binary.ninja. (Note this is an unmodified 5.15 identical to that available from Qt's source control, but must be hosted locally according to the [Qt 5.15] 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: @@ -59,7 +60,7 @@ Please note that we offer no support for running Binary Ninja with modified Qt l - On Linux, replace the `libQt5Core.so.5`, `libQt5DBus.so.5`, `libQt5Gui.so.5`, `libQt5Network.so.5`, `libQt5Widgets.so.5`, `libQt5XcbQpa.so.5` files wherever Binary Ninja was extracted [Building Qt 5 from Git]: https://wiki.qt.io/Building-Qt-5-from-Git -[Qt 5.14]: https://www.qt.io/qt-licensing-terms/ +[Qt 5.15]: https://www.qt.io/qt-licensing-terms/ [capstone]: https://github.com/aquynh/capstone [capstone license]: https://github.com/aquynh/capstone/blob/master/LICENSE.TXT [breathe license]: https://github.com/michaeljones/breathe/blob/master/LICENSE @@ -101,7 +102,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.14.2.tar.xz +[tarball]: https://binary.ninja/qt5.15.0.tar.xz [tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE [tomcrypt]: https://github.com/libtom/libtomcrypt [unsign]: https://github.com/steakknife/unsign @@ -112,4 +113,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l [zlib license]: http://www.zlib.net/zlib_license.html [zlib]: http://www.zlib.net/ [jemalloc]: https://github.com/jemalloc/jemalloc -[jemalloc license]: https://github.com/jemalloc/jemalloc/blob/master/COPYING
\ No newline at end of file +[jemalloc license]: https://github.com/jemalloc/jemalloc/blob/master/COPYING +[libxcb]: https://gitlab.freedesktop.org/xorg/lib/libxcb +[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING
\ No newline at end of file |
