Skip to content

Commit

Permalink
Add ARM instructions to README.md (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstebila authored Nov 10, 2018
1 parent b7b824a commit e3ae7b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down

0 comments on commit e3ae7b5

Please sign in to comment.