diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-06-07 19:27:30 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2021-06-09 15:26:18 -0400 |
| commit | 178d78b485b30bdb39872688459f5acc899943ce (patch) | |
| tree | 0bf5d52bbe6c1937b6d694548030a7b1bd42ae57 /README.md | |
| parent | 8df9f8f5f09386f616a9c87b9349220851edf85a (diff) | |
Update to Qt 6.1.1 and LLVM 12.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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 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 |
