diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-09-30 18:22:49 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-01 22:01:04 -0600 |
| commit | 442526523953da5a07d3b2442c19abc7360cb433 (patch) | |
| tree | 973972a18b8fde934132633fcf45faf1e43730e2 | |
| parent | 8c00d6124607932ce8c02aeac5a20b0523f0a609 (diff) | |
Update to Qt 6.1.3
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/about/open-source.md | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -51,7 +51,7 @@ There are several options that you can pass to cmake: - If BinaryNinja is installed at a different location than the defautls in CMakeLists.txt, it will complain "Binary Ninja Core Not Found". Specify the path by `-DBN_INSTALL_DIR=/path/to/binaryninja/installation` - If you also wish to build the API examples, pass `-DBN_API_BUILD_EXAMPLES=ON`. After the make succeeds, you can install the built plugins by `make install` - If you are using a headless BinaryNinja distribution or you do not wish to build UI plugins, pass `-DHEADLESS=ON`. -- You will need Qt 6.1.1 (as of writing) installed to build UI plugins. +- You will need Qt 6.1.3 (as of writing) installed to build UI plugins. ## Examples diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 45486a0e..b9b6b7ec 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -57,7 +57,7 @@ Binary Ninja uses [Qt 6.1] under an LGPLv3 license which requires that we host t Please note that we offer no support for running Binary Ninja with modified Qt libraries. 1. Follow the installation requirements on the [Building Qt 6 from Git] page. -2. Download the Qt 6.1.1 [tarball] from binary.ninja. The Qt code has a [patch] applied but is ABI compatible with the official Qt release. +2. Download the Qt 6.1.3 [tarball] from binary.ninja. The Qt code has a [patch] applied but is ABI compatible with the official Qt release. 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: @@ -108,8 +108,8 @@ 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/qt6.1.1.tar.xz -[patch]: https://binary.ninja/qt6.1.1.patch +[tarball]: https://binary.ninja/qt6.1.3.tar.xz +[patch]: https://binary.ninja/qt6.1.3.patch [tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE [tomcrypt]: https://github.com/libtom/libtomcrypt [unsign]: https://github.com/steakknife/unsign |
