Update README
parent
022393bd51
commit
3bfbc9b073
|
@ -5,7 +5,8 @@ this README will be updated.
|
|||
|
||||
Setting up the file system
|
||||
---------------------------------------------------------
|
||||
Clone the entire "tirtos_ccs_examples" folder into your <cyassl_root>/tirtos directory.
|
||||
Clone this repository using "github for windows". Copy and paste the "tirtos_ccs_examples" folder into your
|
||||
<cyassl_root>/tirtos directory.
|
||||
You should now have <cyassl_root>/tirtos/tirtos_ccs_examples.
|
||||
|
||||
Instructions for building CyaSSL application for TI-RTOS
|
||||
|
@ -22,8 +23,8 @@ Install Software. Follow the instructions.
|
|||
|
||||
Building CyaSSL libraries for TI-RTOS
|
||||
-------------------------------------
|
||||
1. Replace tirtos.mak in C:\ti\tirtos_tivac_2_00_02_36 with the tirtos.mak in this repository.
|
||||
Open the tirtos.mak and set CYASSL_INSTALLATION_DIR variable to the correct CyaSSL installation path.
|
||||
1. Replace tirtos.mak in C:\ti\tirtos_tivac_2_00_02_36 with the tirtos.mak from <cyassl_root>/tirtos/tirtos_ccs_examples.
|
||||
Ensure you have cyassl in the proper location (should be C:/cyassl).
|
||||
2. Open a command prompt. CD into C:\ti\tirtos_tivac_2_00_02_36.
|
||||
3. Run the make command to build CyaSSL libaries.
|
||||
|
||||
|
|
Loading…
Reference in New Issue