Skip to content

Basic mechanism for making software or software components installable

License

Notifications You must be signed in to change notification settings

red-elf/Installable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Basic mechanism for making software or software components installable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages