QuickLogic-Corp / qorc-sdk

Open source FreeRTOS SDK for EOS S3 MCU+eFPGA SoC including gateware, software and documentation under QuickLogic Open Reconfigurable Computing (QORC) Initiative
Apache License 2.0
44 stars 27 forks source link

The source code distributed on the release page not include the git submodules. #103

Closed DavidGoedicke closed 2 years ago

DavidGoedicke commented 3 years ago

Its not an important point as the instructions point towards using git clone --recursive. It might just cause confusion for new users that want to make sure to use the "stable" version.

Maybe Its possible to remove the packed source code to avoid confusion. Release page

Just a thought.

Best David

whatnick commented 3 years ago

The environment building script envsetup.sh takes care of the submodule clones. Perhaps this can be added as documentation fix, that said distribution as a docker container would be great.

coolbreeze413 commented 2 years ago

@DavidGoedicke as @whatnick mentioned, please use the envsetup.sh script for setting up the qorc sdk after cloning, or extracting the release from the archive. The readme is also updated to reflect the steps clearly now.

Docker Container is a good idea and we will add this as well. Please re-ooen this issue if you have any more problems with the envsetup.