Skip to content

BGLCore 0.1.2

Compare
Choose a tag to compare
@wu-emma wu-emma released this 01 Jun 10:04
· 12595 commits to master since this release
64c5157

BGL Core Release 0.1.2

  • Updated branding, icons, cosmetic text changes;
  • Included builds for Ubuntu/Debian and MacOS;

Installation for Debian/Ubuntu:

  1. Install specific version of BerkeleyDB:
    apt install software-properties-common
    add-apt-repository ppa:bitcoin/bitcoin
    apt-get update
    apt-get install libdb4.8-dev libdb4.8++-dev

  2. Install BGL-Core:
    apt install ./bglcore_0.1.1-1_amd64.deb
    (or just click on deb file in your file manager if using regular Ubuntu desktop)