Skip to content

Commit 4892082

Browse files
committed
Update compilers list requirements
1 parent 47cfa56 commit 4892082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/plugins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Notably, native plugins are built against a specific version of the API, cannot
9898
When building native plugins for Binary Ninja, the following toolchains and dependencies are required, based on host OS.
9999
Older versions may work but are not supported.
100100

101-
- macOS: Xcode 13+
102-
- Windows: VS 2019 Professional with C/C++ Native Tools package
103-
- Linux: GCC 9.4+
101+
- macOS: Xcode 15 or Command Line Tools for macOS 14 (Apple Clang 15.0.0)
102+
- Windows: VS 2022 Professional with C/C++ Native Tools package, v143 (14.34)
103+
- Linux: GCC 11.4+
104104

105105
Additionally, Binary Ninja uses C++17 features, and requires a C++17 compatible compiler.
106106

0 commit comments

Comments
 (0)