Skip to content
Update Instructions for building PALISADE in Linux authored by Yuriy Polyakov's avatar Yuriy Polyakov
...@@ -41,6 +41,9 @@ make install ...@@ -41,6 +41,9 @@ make install
You would probably need to run "sudo make install" unless you are specifying some other install location. You can change the install location by running You would probably need to run "sudo make install" unless you are specifying some other install location. You can change the install location by running
"cmake -DCMAKE_INSTALL_PREFIX=/your/path ..". "cmake -DCMAKE_INSTALL_PREFIX=/your/path ..".
Testing and cleaning the build
----------------------
Run unit tests to make sure all capabilities operate as expected Run unit tests to make sure all capabilities operate as expected
``` ```
make testall make testall
... ...
......