SWRU624A April   2024  – July 2024 CC3301

 

  1.   1
  2.   Abstract
  3.   Trademarks
  4. 1Download Prerequisites
  5. 2Build Prequisites
  6. 3Patch Steps
    1. 3.1 Additional Steps
    2. 3.2 Overall Steps
  7. 4Check the Applied Patch
  8. 5Build Steps
  9. 6Using the Built App File
  10. 7Revision History

Additional Steps

If, during the download perquisites, the source code was extracted from a zip/tar file and NOT from the Git clone then the following steps need to be added:

  1. Open Git Bash [Windows] / Terminal [Linux] in extracted folder.
  2. Run the below commands:
    git init
    git add .
    git commit -m "init"