Skip to content

Compilation and installation options

Simon Ninon edited this page Apr 4, 2018 · 2 revisions

Custom installation directory

By default, the make install command will install the library globally in your system (/usr/lib for example).

You can change that location by using a dedicated cmake option:

cmake -DCMAKE_INSTALL_PREFIX=/destination/path ..

Building tests

cmake .. -DCMAKE_BUILD_TYPE=Debug

Keccak Embedded Optimizations

Please refer to the embedded wiki page.

Clone this wiki locally