-
Notifications
You must be signed in to change notification settings - Fork 3
/
INSTALL
25 lines (18 loc) · 820 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Building Grim
See doc/readme-qt.rst for instructions on building Grim QT,
the intended-for-end-users, nice-graphical-interface, reference
implementation of Grim.
See doc/build-*.txt for instructions on building grimd,
the intended-for-services, no-graphical-interface, reference
implementation of Grim.
Building grimd on Ubuntu 16
General Packages:
sudo apt-get install build-essential autoconf libssl-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libevent-dev libtool
Requires libdb4.8:
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
cd /GRIM/src
make -f makefile.unix
Commond build errors - wrong libdb version:
db.h:14:20: fatal error: db_cxx.h: No such file or directory