21 lines
574 B
Plaintext
21 lines
574 B
Plaintext
Building Bitgem
|
|
|
|
See doc/readme-qt.rst for instructions on building Bitgem QT,
|
|
the intended-for-end-users, nice-graphical-interface, reference
|
|
implementation of Bitgem.
|
|
|
|
See doc/build-*.txt for instructions on building bitgemd,
|
|
the intended-for-services, no-graphical-interface, reference
|
|
implementation of Bitgem.
|
|
|
|
FreeBSD cribsheet for bitgemd
|
|
|
|
make sure boost-libs, db48, miniupnpc, and gmake are installed, then:
|
|
|
|
cat *.patch | patch -p1
|
|
cd src
|
|
gmake -f makefile.unix \
|
|
BOOST_INCLUDE_PATH=/usr/local/include/ \
|
|
BDB_INCLUDE_PATH=/usr/local/include/db48/ \
|
|
clean bitgemd
|