Basic mechanism for making software or software components installable.
- Clone the 'Installable' in the root of the project as the git submodule under the 'Installable' directory
- In the root of the project create a directory called 'Recipes'
- Optional: In the root of the project create the 'ABOUT.txt'
- Implement all the required 'recipes' under the 'Recipes' directory
- Execute:
bash Installable/install.sh
from the root of your project
Some recipes are mandatory, some of them are not. The upcoming sections show mandatory and non-mandatory recipes and its explanations.
- prepare.sh
- install.sh
To be defined soon.