Skip to content

Building libzerocoin

sdkell2 edited this page Dec 3, 2013 · 4 revisions

Install the dependencies:

  1. Install OpenSSL (obtain it from openssl.org, or use a package manager.)
  2. Install boost-devel (obtain it from boost.org, or use a package manager.)

Build the library:

  1. cd libzerocoin
  2. make

Run the tests:

(Note: at this time tests are statically linked. They do not test the dynamic library.)

  1. make test
  2. ./test