Add ARM instructions to README.md (#443)

This commit is contained in:
Douglas Stebila 2018-11-10 08:14:09 -05:00 committed by GitHub
parent b7b824ab23
commit e3ae7b5496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-------------