about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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
16 16
17```bash 17```bash
18./autogen.sh 18./autogen.sh
19./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 19./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
20make 20make
21cp src/.libs/libwolfssl.a $GEN3UPLOADER/vendor/lib/ 21cp src/.libs/libwolfssl.a $GEN3UPLOADER/vendor/lib/
22cp -r wolfssl $GEN3UPLOADER/vendor/include/ 22cp -r wolfssl $GEN3UPLOADER/vendor/include/