Skip to content
Correct spelling mistake AND library reference authored by Gerard W. Ryan's avatar Gerard W. Ryan
......@@ -25,7 +25,7 @@ cmake ..
```
Note that cmake will check for any system dependencies that are needed for the build process.
5. If you want to install any external libraries, such as NTL/GMP or tcmalloc, install these libraries.
5. The PALISADE distribution includes some external libraries, such as GMP. NTL and tcmalloc. If you want to use any of these libraries, enable them when you run cmake to force them to build (see instructions on cmake options).
6. Build PALISADE by running the following command (this will take few minutes; using the -j<threads> make command-line flag is suggested to speed up the build)
```
......
......