Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 814 Bytes

File metadata and controls

10 lines (6 loc) · 814 Bytes

DiscreetCore

The core cryptographic tools used by the Discreet Daemon.

How to build for Linux using GCC

  1. Install Boost for your machine in the directory of your choice. A guide for how to install for your machine can be found here.

  2. 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.

  3. Call make core using the makefile; the binary for DiscreetCore will be located in a folder called linux in the parent directory.