summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2023-12-08 13:48:50 -0500
committerRusty Wagner <rusty.wagner@gmail.com>2023-12-11 14:10:12 -0500
commit2524623e88dfe020d70b1685218c97a3613453b9 (patch)
tree514212106ded880b9feaaa2e7a94c37fd8bcb2f2 /README.md
parent58912645aef34b2de09cd341720f5a421250abfa (diff)
Update to Qt 6.6.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c507e43..2b96d8d6 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,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.5.3 (as of writing) installed to build UI plugins.
+- **Build UI plugins.** You will need Qt 6.6.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