Browse Source

clarification that building also builds libraries

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

+ 1 - 1
README.md

@@ -46,7 +46,7 @@ Once this has been done, the code has been properly cloned into your local direc
 
 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.
 
-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.
+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).
 
 ### Running PRSONA