Browse Source

updated dependencies

Stan Gurtler 2 years ago
parent
commit
ad318d270c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -44,7 +44,7 @@ Once this has been done, the code has been properly cloned into your local direc
 
 ### Building PRSONA
 
-PRSONA and the libraries it uses all use `make` and `g++` to build themselves, and those must be installed before compilation is possible. The BGN2 repository contains an additional library that is necessary to compile itself (the DCLXVI library of Naehrig et al., seen here: https://www.cryptojedi.org/crypto/#dclxvi), but no further steps are required of an end user to compile the DCLXVI or BGN2 libraries. Civetweb has optional dependencies that are not required for PRSONA's usage. PRSONA includes no further dependencies to run, but requires some additional dependencies to generate the plots used in the paper and thesis versions of PRSONA. See "Generating PRSONA Plots" for more details.
+PRSONA and the libraries it uses all use `make` and `g++` to build themselves, and those must be installed before compilation is possible. `libgmp-dev` and `libssl-dev` or their equivalents should also be installed. These are all the dependencies PRSONA requires to compile, but it additionally requires some further dependencies to generate the plots used in the paper and thesis versions of PRSONA. See "Generating PRSONA Plots" for more details.
 
 To build PRSONA, navigate to the `prsona` subdirectory within the repo (if following the instructions above to clone the repository, this will be `/rest/of/path/prsona/prsona`). Run `make`. If the code has been properly cloned, and `make` and `g++` are installed and up to date on the machine, this will compile all code used in PRSONA (including libraries).