liboqs/download-and-build-ntru.sh
Alex Parent 94a49529a6 Add option to build with NTRU (#85)
* Enable NTRU

* Add NTRU to Travis build.

* prettyprint

* Rename build script

* Try to avoid Travis failure

* Add NTRU to build on macOS and change linking.

* Fix Travis build for NTRU.

* Add NTRU to README.md (and update some other aspects too).
2017-01-12 13:49:07 -05:00

11 lines
189 B
Bash
Executable File

#!/bin/bash
mkdir external
cd external
wget https://github.com/NTRUOpenSourceProject/NTRUEncrypt/archive/master.zip
unzip master
cd NTRUEncrypt-master
./autogen.sh
./configure
make -j