The core cryptographic tools used by the Discreet Daemon.
-
Install Boost for your machine in the directory of your choice. A guide for how to install for your machine can be found here.
-
In the makefile, on line 12, set BOOST to be the directory where the header libraries for Boost are located. On line 13, set BOOST_LIB to be where the boost libraries were built.
-
Call
make coreusing the makefile; the binary for DiscreetCore will be located in a folder calledlinuxin the parent directory.