]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/WolfSSL/INSTALL
Update WolfSSL library to the latest version.
[freertos] / FreeRTOS-Plus / Source / WolfSSL / INSTALL
1 0. Building on *nix from git repository
2
3     Run the autogen script to generate configure, you'll need the autoconf tools
4     installed, then proceed to step 1.
5
6     $ ./autogen.sh
7
8 1. Building on *nix from a release
9
10     $ ./configure
11     $ make
12     $ make check   # (optional, but highly recommended)
13     $ sudo make install
14
15 2. Building on iOS
16
17     Use on the xcode project in IDE/iOS/wolfssl.xcodeproj
18     There is a README in IDE/iOS with more information
19
20 3. Building on Windows
21
22     Use the 32bit Visual Studio Solution wolfssl.sln
23     For a 64bit solution please use wolfssl64.sln
24
25 4. Building with IAR
26
27     Please see the README in IDE/IAR-EWARM for detailed instructions
28
29 5. Building with Keil
30
31     Please see the Keil Projects in IDE/MDK5-ARM/Projects
32
33 6. Building with Microchip tools
34
35     Please see the README in mplabx
36
37 7. Building with Freescale MQX
38
39     Please see the README in mqx
40
41 8. Porting to a new platform
42
43     Please see section 2.4 in the manual:
44     http://www.wolfssl.com/yaSSL/Docs-cyassl-manual-2-building-cyassl.html
45