Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 724 Bytes

Installable

Basic mechanism for making software or software components installable.

How to use

  • 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

Recipes

Some recipes are mandatory, some of them are not. The upcoming sections show mandatory and non-mandatory recipes and its explanations.

Mandatory recipes

  • prepare.sh
  • install.sh

Non-mandatory recipes

To be defined soon.