From e3ae7b5496c964e74ad4a8f0bd2f65f2ab080e50 Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Sat, 10 Nov 2018 08:14:09 -0500 Subject: [PATCH] Add ARM instructions to README.md (#443) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 51cc18387..c6f0210f3 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,15 @@ Builds are tested using the Appveyor continuous integration system on Windows Se The supported schemes are defined in the projects' `winconfig.h` file. +Building on other platforms +--------------------------- + +We do not yet fully support building liboqs on ARM platforms, but are working towards maintaining ARM support in a future release. + +At present, we have successfully built liboqs on a Raspberry Pi 3B (armv7l) with the following configure command: + + ./configure --disable-aes-ni --disable-sig-qtesla --disable-kem-frodokem + Documentation -------------