Updated the INSTALL file with section for building with Rowley CrossWorks and updated the prerequisites for building with *nix.

This commit is contained in:
David Garske 2015-10-20 09:44:04 -07:00
parent 7499175bdb
commit f26a9f8a70

View File

@ -1,7 +1,7 @@
0. Building on *nix from git repository
Run the autogen script to generate configure, you'll need the autoconf tools
installed, then proceed to step 1.
Run the autogen script to generate configure, then proceed to step 1.
Prerequisites: You'll need autoconf, automake and libtool installed.
$ ./autogen.sh
@ -43,3 +43,7 @@
Please see section 2.4 in the manual:
http://www.wolfssl.com/yaSSL/Docs-cyassl-manual-2-building-cyassl.html
9. Building with Rowley CrossWorks for ARM
Use the CrossWorks project in IDE/ROWLEY-CROSSWORKS-ARM/wolfssl.hzp
There is a README.md in IDE/ROWLEY-CROSSWORKS-ARM with more information