Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 6918a5a

Browse files
committed
Improve troubleshooting directions
1 parent 45893f5 commit 6918a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ CMake Error at vendor/api/CMakeLists.txt:58 (find_library):
8484
libbinaryninjacore.so.1
8585
```
8686

87-
In this case, you will likely have have to explicitly set the `BN_CORE_LIBRARY`
87+
In this case, you will likely have have to explicitly set the `BN_INSTALL_DIR`
8888
option when invoking CMake, done as follows:
8989

9090
```sh
91-
cmake ... -DBN_CORE_LIBRARY="PATH_HERE"
91+
cmake ... -DBN_INSTALL_DIR="BINARY_NINJA_INSTALL_PATH_HERE"
9292
```
9393

9494
## Contributing

0 commit comments

Comments
 (0)