summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2021-06-07 19:27:30 -0400
committerRusty Wagner <rusty@vector35.com>2021-06-09 15:26:18 -0400
commit178d78b485b30bdb39872688459f5acc899943ce (patch)
tree0bf5d52bbe6c1937b6d694548030a7b1bd42ae57 /README.md
parent8df9f8f5f09386f616a9c87b9349220851edf85a (diff)
Update to Qt 6.1.1 and LLVM 12.0.0
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 982c4d0a..3a27bfde 100644
--- a/README.md
+++ b/README.md
@@ -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 5.15.0 (as of writing) installed to build UI plugins.
+- You will need Qt 6.1.1 (as of writing) installed to build UI plugins.
## Examples