Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.17 KB

File metadata and controls

38 lines (31 loc) · 1.17 KB

project overwiew

PROJECT_NAME PROJECT_NAMEtal scale database based on http requisitions

Wrapping system

Allways when the user calls you to to edit or create a wrapper, read the WRAPPERS.md file to understand the wrapping system

Build Requirements

Requires darwin v0.20.0+. Check with:

darwin --version

Install darwin:

curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.20.0/darwin.c -o darwin.c && gcc darwin.c -o darwin.out && sudo mv darwin.out /usr/local/bin/darwin && rm darwin.c

Build

List available recipes (located in builds):

darwin list

Build all:

darwin run_blueprint --target all

Build a specific recipe:

darwin run_blueprint --target <recipe_name>

Build Process

the build process start by interpreting the darwinconf.lua After reading the darwinconf it loads all the blueprints located at builds dir

Replacers Mechanic

any doc, or README needs to be edited in the internal dir, since the real file will be generated by the replacers blueprint