From 1157cef04da91242a2a83d83e5e09f0c2cda0060 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 11 Jan 2018 19:27:23 -0500 Subject: Edited wolfSSL configure flags in readme The added configure flag causes wolfSSL to be built with support for elliptic curve ciphers, which may be needed for negotiating with many remote servers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dfe121b..02dc519 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In order to compile wolfSSL, first ensure your $DEVKITPPC environment variable i ```bash ./autogen.sh -./configure --disable-shared CC=$DEVKITPPC/bin/powerpc-eabi-gcc --host=ppc --enable-singlethreaded RANLIB=$DEVKITPPC/bin/powerpc-eabi-gcc-ranlib CFLAGS="-DDEVKITPRO -DNO_WRITEV" --disable-examples --disable-crypttests +./configure --disable-shared CC=$DEVKITPPC/bin/powerpc-eabi-gcc --host=ppc --enable-singlethreaded RANLIB=$DEVKITPPC/bin/powerpc-eabi-gcc-ranlib CFLAGS="-DDEVKITPRO -DNO_WRITEV" --disable-examples --disable-crypttests --enable-ecc make cp src/.libs/libwolfssl.a $GEN3UPLOADER/vendor/lib/ cp -r wolfssl $GEN3UPLOADER/vendor/include/ -- cgit 1.4.1