diff --git a/wolfcrypt/src/port/tropicsquare/README.md b/wolfcrypt/src/port/tropicsquare/README.md new file mode 100644 index 000000000..1b49864ac --- /dev/null +++ b/wolfcrypt/src/port/tropicsquare/README.md @@ -0,0 +1,20 @@ +# tropic01 callbacks + + + +## How to build: + +1. Build libtropic project with all dependencies for the targeted platfrom (for example, Raspberry Pi 3/4/5). Preferably all static targets must be built with -fPIC option +2. Goto wolfssl main folder +3. ./autogen.sh +4. ./configure --with-tropic01=/home/pi/git/libtropic --enable-cryptocb --enable-static --disable-crypttests --disable-examples --disable-shared +Note. Please replace '/home/pi/git/libtropic' with an absolute path to your libtropic folder if necessary +5. make +6. the built library should be in ./wolfssl/src/.libs/libwolfssl.a + +## How to use: + + + + +