소스 검색

Add mention of dependencies file per platform

Joshua Boniface 6 년 전
부모
커밋
0addc9ef46
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      deployment/README.md

+ 7 - 1
deployment/README.md

@@ -29,9 +29,15 @@ These builds are not necessarily run from the `build` script, but are present fo
 
 
 ## Package Specification
 ## Package Specification
 
 
+### Dependencies
+
+* If a platform requires additional build dependencies, the required binary names, i.e. to validate `which <binary>`, should be specified in a `dependencies.txt` file inside the platform directory.
+
+* Each dependency should be present on its own line.
+
 ### Action Scripts
 ### Action Scripts
 
 
-* Actions are defined in BASH scripts with the name `<action>.sh` within the framework directory.
+* Actions are defined in BASH scripts with the name `<action>.sh` within the platform directory.
 
 
 * The list of valid actions are:
 * The list of valid actions are: