Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbunting99 committed Jul 13, 2024
1 parent 3978647 commit 67febb1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ sudo cp include/config/global.inc.dist.php include/config/global.inc.php

## Other stuff you may need for building coins.
```
sudo apt-get install libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
sudo apt install libtool autotools-dev automake pkg-config libssl-dev libevent-dev
sudo apt install bsdmainutils python3 libminiupnpc-dev libnatpmp-dev
sudo apt install libzmq3-dev systemtap-sdt-dev
```

## Berkley DB 4.8
Expand All @@ -78,14 +80,6 @@ sudo add-apt-repository ppa:luke-jr/bitcoincore
sudo apt-get update && sudo apt-get install libdb4.8-dev libdb4.8++-dev -y
```

You'll probably need these to compile or run most nodes:

```
sudo apt install libminiupnpc-dev libnatpmp-dev
sudo apt-get install libzmq3-dev
sudo apt install systemtap-sdt-dev
```

* If you need to compile Berkeley DB;

```
Expand Down

0 comments on commit 67febb1

Please sign in to comment.