From 7911491c7773afd57516aeff502065aefbb58745 Mon Sep 17 00:00:00 2001 From: Starfish Date: Thu, 29 Dec 2022 21:34:39 +0100 Subject: update readme files --- sdk-12.0.0_r19/README.md | 4 ++++ sdk-12.0.0_r19/build.sh | 0 sdk-12.0.0_r19/dependencies.sh | 0 sdk-12.0.0_r19/download.sh | 0 sdk-12.1.0_r27/README.md | 4 ++++ sdk-13.0.0_r10/README.md | 4 ++++ sdk-13.0.0_r18/README.md | 6 +++++- 7 files changed, 17 insertions(+), 1 deletion(-) mode change 100644 => 100755 sdk-12.0.0_r19/build.sh mode change 100644 => 100755 sdk-12.0.0_r19/dependencies.sh mode change 100644 => 100755 sdk-12.0.0_r19/download.sh diff --git a/sdk-12.0.0_r19/README.md b/sdk-12.0.0_r19/README.md index 7f3f99d..7574f56 100644 --- a/sdk-12.0.0_r19/README.md +++ b/sdk-12.0.0_r19/README.md @@ -12,6 +12,10 @@ All commands need to be executed from the sdk folder! Build receipe ------------- +Make all the .sh scripts in this directory executable: + + chmod +x *.sh + 1) Install dependencies (you will be asked for root password to install packages): ./dependencies.sh diff --git a/sdk-12.0.0_r19/build.sh b/sdk-12.0.0_r19/build.sh old mode 100644 new mode 100755 diff --git a/sdk-12.0.0_r19/dependencies.sh b/sdk-12.0.0_r19/dependencies.sh old mode 100644 new mode 100755 diff --git a/sdk-12.0.0_r19/download.sh b/sdk-12.0.0_r19/download.sh old mode 100644 new mode 100755 diff --git a/sdk-12.1.0_r27/README.md b/sdk-12.1.0_r27/README.md index 9ec8495..175f612 100644 --- a/sdk-12.1.0_r27/README.md +++ b/sdk-12.1.0_r27/README.md @@ -12,6 +12,10 @@ All commands need to be executed from the sdk folder! Build receipe ------------- +Make all the .sh scripts in this directory executable: + + chmod +x *.sh + 1) Install dependencies (you will be asked for root password to install packages): ./dependencies.sh diff --git a/sdk-13.0.0_r10/README.md b/sdk-13.0.0_r10/README.md index b7a75b9..6905bee 100644 --- a/sdk-13.0.0_r10/README.md +++ b/sdk-13.0.0_r10/README.md @@ -39,6 +39,10 @@ All commands need to be executed from the sdk folder! Build receipe ------------- +Make all the .sh scripts in this directory executable: + + chmod +x *.sh + 1) Install dependencies (you will be asked for root password to install packages): ./dependencies.sh diff --git a/sdk-13.0.0_r18/README.md b/sdk-13.0.0_r18/README.md index 3f91b57..ee0d71c 100644 --- a/sdk-13.0.0_r18/README.md +++ b/sdk-13.0.0_r18/README.md @@ -34,7 +34,7 @@ it works without any issues! Notes ----- -- simultaneous builds of win and linux sdk may fail. Default is linux only. If desired, edit build.sh and change the settings. +- simultaneous builds of Windows and linux sdk may fail. Default is linux only. If desired, edit build.sh and change the settings. - the build.sh differs significantly to previous versions, because building conscrypt will run in multiple issues and result in (unrecoverable) errors unless some additional modules are built from source. @@ -44,6 +44,10 @@ All commands need to be executed from the sdk folder! Build receipe ------------- +Make all the .sh scripts in this directory executable: + + chmod +x *.sh + 1) Install dependencies (you will be asked for root password to install packages): ./dependencies.sh -- cgit v1.2.3