Skip to content

Commit

Permalink
[Doc] Update Ubuntu ppa source for db4.8
Browse files Browse the repository at this point in the history
In order to cut down on ppa clutter/size, I have setup a new ppa
specifically for BerkeleyDB 4 independent from the pivxd/pivx-qt ppa
repositories.

This new ppa repo will be the default place to install db4.8
dependencies moving forward for LTS versions of Ubuntu. It currently has
 package support for Xenial, Bionic, Focal, Jammy, and the upcoming
 Noble LTS versions.

New CPU architecture riscv64 has been added for OS versions starting
from Focal and newer.
  • Loading branch information
Fuzzbawls committed Dec 15, 2023
1 parent 028a1ea commit fa69949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ Now, you can either build from self-compiled [depends](/depends/README.md) or in

BerkeleyDB is required for the wallet.

**For Ubuntu only:** db4.8 packages are available [here](https://launchpad.net/~pivx/+archive/pivx).
**For Ubuntu only:** db4.8 packages are available [here](https://launchpad.net/~pivx/+archive/berkeley-db4).
You can add the repository using the following command:

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:pivx/pivx
sudo add-apt-repository ppa:pivx/berkeley-db4
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Expand Down

0 comments on commit fa69949

Please sign in to comment.