From f26a9f8a7004ccb63798abc958e48b4b27588a55 Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 20 Oct 2015 09:44:04 -0700 Subject: [PATCH] Updated the INSTALL file with section for building with Rowley CrossWorks and updated the prerequisites for building with *nix. --- INSTALL | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index b9249c0e5..8a11c3e23 100644 --- a/INSTALL +++ b/INSTALL @@ -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