INSTALL 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 0. Building on *nix from git repository
  2. Run the autogen script to generate configure, then proceed to step 1.
  3. Prerequisites: You'll need autoconf, automake and libtool installed.
  4. $ ./autogen.sh
  5. 1. Building on *nix from a release
  6. $ ./configure
  7. $ make
  8. $ make check # (optional, but highly recommended)
  9. $ sudo make install
  10. 2. Building on iOS
  11. Use on the xcode project in IDE/iOS/wolfssl.xcodeproj
  12. There is a README in IDE/iOS with more information
  13. 3. Building on Windows
  14. Use the 32bit Visual Studio Solution wolfssl.sln
  15. For a 64bit solution please use wolfssl64.sln
  16. 4. Building with IAR
  17. Please see the README in IDE/IAR-EWARM for detailed instructions
  18. 5. Building with Keil
  19. Please see the Keil Projects in IDE/MDK5-ARM/Projects
  20. 6. Building with Microchip tools
  21. Please see the README in mplabx
  22. 7. Building with Freescale MQX
  23. Please see the README in mqx
  24. 8. Porting to a new platform
  25. Please see section 2.4 in the manual:
  26. http://www.wolfssl.com/yaSSL/Docs-cyassl-manual-2-building-cyassl.html
  27. 9. Building with Rowley CrossWorks for ARM
  28. Use the CrossWorks project in IDE/ROWLEY-CROSSWORKS-ARM/wolfssl.hzp
  29. There is a README.md in IDE/ROWLEY-CROSSWORKS-ARM with more information