add ubuntu package to INSTALL
[snark14.git] / INSTALL
1 Installing SNARK14
2 ==================
3
4 Install Prerequisites
5 ---------------------
6
7 1. Install prerequisite packages. Note this version of SNARK14 has
8 been ported to Xerces 3. For Debian or Ubuntu, the required packages
9 can be installed with the following
10
11 $ sudo apt install wget build-essential libx11-dev libxerces-c-dev libxext-dev
12
13 2. Run the following command
14
15 $ doc/install-qt3.sh
16
17 to download and install QT3 into the /usr/local/qt directory which is
18 required to build the graphical tools.
19
20
21 Building SNARK14
22 ----------------
23
24 Run the commands
25
26 $ make
27 $ make install
28
29 which will create and populate the directories of
30
31 bin
32 build
33 lib
34
35 and it will install the SNARK14 in the following directory
36
37 bin/snark14
38
39 and install the binary in /usr/local/bin and the following shared
40 libraries in /usr/local/lib:
41
42 lib/libDIGFile.so
43 lib/libDIGFileSnark.so
44 lib/libDIGRand.so
45 lib/libsnark14.so