forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
35 lines (25 loc) · 978 Bytes
/
INSTALL
File metadata and controls
35 lines (25 loc) · 978 Bytes
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
26
27
28
29
30
31
32
33
34
35
Building CIF-Core
After you install the usual build tools and C++ development tools
(detailed information can be found in doc folder),
CIF-Core also needs some build dependencies which are not always provided
by default by the OS package manager
(in particular BerkeleyDB 4.8 for building with wallet support).
Before trying to build, be sure to read one of these files,
depending on your environment:
doc/build-unix.md
doc/build-openbsd.md
doc/build-osx.md
doc/build-windows.md
After installing the needed dependencies,
use the autogen script to prepare the build environment.
./autogen.sh
./configure
make
Optionally you can install the binaries by
sudo make install
Precompiled binaries are available at github, see
https://github.com/CIF-Github/CIF-Core/wiki
Always verify the signatures and checksums.
See doc/build-*.md for instructions on building cifd,
the intended-for-services, no-graphical-interface,
reference implementation of CIF.