Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 552 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 552 Bytes

FAEST - Reference implementation

Dependencies

For building:

  • meson version 0.57 or newer
  • ninja (depending on the build system generator selected via meson)

For tests:

  • boost (unit test framework)
  • NTL

On Debian-based Linux distributions:

apt install meson ninja-build # for build dependencies
apt install libboost-test-dev libntl-dev # for test dependencies

Both meson and ninja are also available via PyPI:

pip install meson ninja

Building

mkdir build
cd build
meson ..
ninja
ninja test