Follow steps below to start developing for vidx2pidx
:
-
Requirements:
-
Clone the repo:
$ git clone https://github.com/open-cmsis-pack/vidx2pidx.git
-
Enter the checked source
cd vidx2pidx
-
Configure your local environment
make config
-
Make sure all tests are passing
make test-all
-
Make sure it builds
make build/vidx2pidx
-
Done! You can now start changing the source code, please refer to contributing guide to start contributing to the project
If you have rights to push to the main
branch of this repo, you might be entitled to
make releases. Do that by running:
make release
NOTE: We use Semantic Versioning for versioning vidx2pidx.