Skip to content

Commit

Permalink
Update build-ain-armv7l.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin8617 authored Sep 18, 2021
1 parent 9d58e89 commit b27b0dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build-ain-armv7l.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ Download source code and extract them to your /home/user/ directory:

### Install all dependencies

`sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 curl`
```
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 curl
```

Now, you can either build from self-compiled depends or install the required dependencies:
```
Expand All @@ -24,7 +26,9 @@ sudo apt-get install libminiupnpc-dev libzmq3-dev
```
Make sure you install the build requirements mentioned above. Then, install the toolchain:

`sudo apt-get install g++-arm-linux-gnueabihf`
```
sudo apt-get install g++-arm-linux-gnueabihf
```

### Build Berkeley DB
It is recommended to use Berkeley DB 4.8. If you have to build it yourself, you can use installation script included in contrib:
Expand Down

0 comments on commit b27b0dc

Please sign in to comment.