浏览代码

updated dependencies

Stan Gurtler 2 年之前
父节点
当前提交
5a5c98e974
共有 1 个文件被更改,包括 1 次插入1 次删除
  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