Browse Source

updated dependencies

Stan Gurtler 2 years ago
parent
commit
5a5c98e974
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. `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).
+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`. Assuming the code has been properly cloned, and all dependencies are installed and up-to-date, this will compile all code used in PRSONA (including libraries).
 
 ### Running PRSONA