X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=INSTALL;h=3f44e160d209cb3e74306a8edb85f1b5fdb930fd;hb=4957cbe5a1b967dca514974b98410f39e3a0eba8;hp=cfc0c316271fc9d5f9cf450c8b45dfed712a6495;hpb=4b9c63b0ad3bac6407cf563e382746a7f5ba8aec;p=snark14.git diff --git a/INSTALL b/INSTALL index cfc0c31..3f44e16 100644 --- a/INSTALL +++ b/INSTALL @@ -1,12 +1,32 @@ -BUILDING SNARK14 +Installing SNARK14 +================== -To build snark14 run the command: +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 build-essential libxerces-c-dev wget + +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. -$ make -_________________ +Building SNARK14 +---------------- -The software will create the directories +Run the commands + +$ make +$ make install + +which will create and populate the directories of bin build @@ -16,13 +36,10 @@ and it will install the SNARK14 in the following directory bin/snark14 -with the following libraries +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 - -The building process assumes an installation of the original -SNARK14 and XERCES 2.6.1 in the directory - -/usr/local/snark14 +lib/libsnark14.so