diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-07-11 12:42:26 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-07-19 17:43:36 -0600 |
| commit | 673e1c47d68c82c74e54b1763c1aaa1f55de096c (patch) | |
| tree | 639d8713cfe8df93db1b9e39c88570043d5be0ea | |
| parent | 6b86231d0bedd0eb5191fdd0888982353cf73fbd (diff) | |
Update to Qt 6.3.1
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/about/open-source.md | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -38,7 +38,7 @@ cmake --build build -j8 In addition to the default build setup, you may want to: - **Build examples.** To build the [API examples](#examples), pass `-DBN_API_BUILD_EXAMPLES=ON` to CMake when configuring the build. After the build succeeds, you can install the built plugins by running the `install` target. When using the "Unix Makefiles" build generator, this looks like: `make install`. -- **Build UI plugins.** You will need Qt 6.3.0 (as of writing) installed to build UI plugins. +- **Build UI plugins.** You will need Qt 6.3.1 (as of writing) installed to build UI plugins. - **Build headlessly.** If you are using a headless Binary Ninja distribution or you do not wish to build UI plugins, pass `-DHEADLESS=ON` to CMake when configuring the build. ### Troubleshooting diff --git a/docs/about/open-source.md b/docs/about/open-source.md index 2312ef0c..136dfea4 100644 --- a/docs/about/open-source.md +++ b/docs/about/open-source.md @@ -59,7 +59,7 @@ Binary Ninja uses [Qt 6.3] 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.3.0 [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.3.1 [tarball] from binary.ninja. The Qt code has a [patch] applied but is ABI compatible with the official Qt release. 3. Next, build Qt with the [qt-build] repository. Alternatively, build Qt using the aforementioned instructions. 4. On macOS, 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: @@ -115,8 +115,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.3.0.tar.xz -[patch]: https://binary.ninja/qt6.3.0.patch +[tarball]: https://binary.ninja/qt6.3.1.tar.xz +[patch]: https://binary.ninja/qt6.3.1.patch [qt-build]: https://github.com/Vector35/qt-build [tomcrypt license]: https://github.com/libtom/libtomcrypt/blob/develop/LICENSE [tomcrypt]: https://github.com/libtom/libtomcrypt |
