From 0addc9ef464be3a1e2c1a2912efedf0ded74ca48 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 19 Jan 2019 18:48:48 -0500 Subject: [PATCH] Add mention of dependencies file per platform --- deployment/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deployment/README.md b/deployment/README.md index f598028eb1..05b4ed51e9 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -29,9 +29,15 @@ These builds are not necessarily run from the `build` script, but are present fo ## Package Specification +### Dependencies + +* If a platform requires additional build dependencies, the required binary names, i.e. to validate `which `, should be specified in a `dependencies.txt` file inside the platform directory. + +* Each dependency should be present on its own line. + ### Action Scripts -* Actions are defined in BASH scripts with the name `.sh` within the framework directory. +* Actions are defined in BASH scripts with the name `.sh` within the platform directory. * The list of valid actions are: