Skip to content

Commit

Permalink
Merge #2894: [Doc] Update Ubuntu ppa source for db4.8
Browse files Browse the repository at this point in the history
fa69949 [Doc] Update Ubuntu ppa source for db4.8 (Fuzzbawls)

Pull request description:

  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.

ACKs for top commit: fa69949
  panleone:
    utACK fa69949
  Liquid369:
    tACK fa69949

Tree-SHA512: 2318384d6ae883e00ee0ca3333d456dba6b30803da3bc6ed81b585579ec52e8c0d3507524467d8f6a76e73d8bb7f9a4f8c5aceaa6b43d065b27bf59b912e9768
  • Loading branch information
Fuzzbawls committed Feb 7, 2024
2 parents 012387d + fa69949 commit 3c1f32f
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 3c1f32f

Please sign in to comment.