Skip to content

Commit cd2f20b

Browse files
jonathanzetiergalenbwill
authored andcommitted
Update README.md
It looks like the build instructions hadn't been updated after the arch plugins were moved back to binaryninja-api.
1 parent aa2ab41 commit cd2f20b

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

arch/armv7/README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ If you're interested in contributing when you submit your first PR, you'll recei
77

88
## Building
99

10-
Building the architecture plugin requires `cmake` 3.9 or above. You will also need the
11-
[Binary Ninja API source](https://github.com/Vector35/binaryninja-api).
10+
Building the architecture plugin requires `cmake` 3.9 or above
1211

1312
Run `cmake`. This can be done either from a separate build directory or from the source
1413
directory. Once that is complete, run `make` in the build directory to compile the plugin.
@@ -28,32 +27,14 @@ updates do not automatically uninstall your custom build.**
2827

2928
## Build Example
3029

31-
### acquire repositories
32-
```
33-
mkdir ~/repos/vector35
34-
cd ~/repos/vector35
35-
git clone git@github.com:Vector35/binaryninja-api.git
36-
git clone git@github.com:Vector35/arch-armv7.git
37-
```
38-
### environment variables
39-
40-
`export BN_API_PATH=~/repos/vector35/binaryninja-api`
41-
4230
### cmake, make
4331
```
44-
cd arch-armv7
32+
cd binaryninja-api/arch/armv7
4533
cmake -DBN_INSTALL_DIR=/Applications/Binary\ Ninja\ DEV.app/ .
4634
make
4735
```
4836
## Build Troubleshooting
4937

50-
### example
51-
52-
CMake Error at CMakeLists.txt:8 (message):
53-
Provide path to Binary Ninja API source in BN_API_PATH
54-
resolution:
55-
ensure BN_API_PATH is in your environment
56-
5738
### example
5839

5940
CMake Error at /Users/andrewl/repos/vector35/binaryninja-api/CMakeLists.txt:53 (message):

0 commit comments

Comments
 (0)