Installing SNARK14 ================== Install Prerequisites --------------------- 1. Install prerequisite packages. Note this version of SNARK14 has been ported to Xerces 3. For Debian or Ubuntu, the required packages can be installed with the following $ sudo apt install wget build-essential libx11-dev libxerces-c-dev libxext-dev 2. Run the following command $ doc/install-qt3.sh to download and install QT3 into the /usr/local/qt directory which is required to build the graphical tools. Building SNARK14 ---------------- Run the commands $ make $ make install which will create and populate the directories of bin build lib and it will install the SNARK14 in the following directory bin/snark14 and install the binary in /usr/local/bin and the following shared libraries in /usr/local/lib: lib/libDIGFile.so lib/libDIGFileSnark.so lib/libDIGRand.so lib/libsnark14.so