Topic: [SOLVED] How to use ./configure --with-ntru with iOS Xcode project
Can anyone tell me how I can compile the iOS Xcode WolfSSL project with NTRU on a Mac? Thanks.
Snuggle
EDIT: Is it possible to compile the iOS WolfSSL library on the OS X command line? I did compile the OS X library on the command-line except that --enable-ntru and --with-ntru both failed (--enable-ntru is an unrecognized option, and --with-ntru says "NTRU isn't found" even though I gave it the right directory (usr/local/include)). However running the test suites worked (but there was no NTRU).