| | |
| | | # Development and usage workflow |
| | | |
| | | Below a description of the planned development and usage process. Comments and progress are reported on [issue #42](https://github.com/open-license-manager/open-license-manager/issues/42) |
| | | Below a description of the planned development and usage process. Comments and progress are reported on [issue #42](https://github.com/open-license-manager/licensecc/issues/42) |
| | | |
| | |  |
| | | |
| | |
| | | |
| | | ### Binary release contents |
| | | Binary release contains: |
| | | * open-license-manager executable (`lccgen`). |
| | | * license generator executable (`lccgen`). |
| | | * source code of the unconfigured library. |
| | | * source code of (part of) the tests. |
| | | |
| | |
| | | In this phase the library is configured, compiled (only for the tests sake), linked with a mock executable and tested together with the license generator. |
| | | |
| | | ## Initialize library |
| | | In this phase the signing keys are generated by open-license-manager executable (`lcc`), and optionally the source code of the library may be modified or obfuscated. |
| | | In this phase the signing keys are generated by license generator executable (`lccgen`), and optionally the source code of the library may be modified or obfuscated. |
| | | |
| | | ### Test (2) |
| | | |