diff options
| -rw-r--r-- | README.md | 2 | 
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 | 
| 20 | make | 20 | make | 
| 21 | cp src/.libs/libwolfssl.a $GEN3UPLOADER/vendor/lib/ | 21 | cp src/.libs/libwolfssl.a $GEN3UPLOADER/vendor/lib/ | 
| 22 | cp -r wolfssl $GEN3UPLOADER/vendor/include/ | 22 | cp -r wolfssl $GEN3UPLOADER/vendor/include/ | 
