Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 950 Bytes

DEVELOPING.md

File metadata and controls

32 lines (22 loc) · 950 Bytes

Developing vidx2pidx

Follow steps below to start developing for vidx2pidx:

  1. Requirements:

  2. Clone the repo: $ git clone https://github.com/open-cmsis-pack/vidx2pidx.git

  3. Enter the checked source cd vidx2pidx

  4. Configure your local environment make config

  5. Make sure all tests are passing make test-all

  6. Make sure it builds make build/vidx2pidx

  7. Done! You can now start changing the source code, please refer to contributing guide to start contributing to the project

Releasing

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.