diff options
| -rw-r--r-- | sdk-12.0.0_r19/README.md | 4 | ||||
| -rwxr-xr-x[-rw-r--r--] | sdk-12.0.0_r19/build.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | sdk-12.0.0_r19/dependencies.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | sdk-12.0.0_r19/download.sh | 0 | ||||
| -rw-r--r-- | sdk-12.1.0_r27/README.md | 4 | ||||
| -rw-r--r-- | sdk-13.0.0_r10/README.md | 4 | ||||
| -rw-r--r-- | sdk-13.0.0_r18/README.md | 6 |
7 files changed, 17 insertions, 1 deletions
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 index 84731c7..84731c7 100644..100755 --- a/sdk-12.0.0_r19/build.sh +++ b/sdk-12.0.0_r19/build.sh diff --git a/sdk-12.0.0_r19/dependencies.sh b/sdk-12.0.0_r19/dependencies.sh index 2d2d1d8..2d2d1d8 100644..100755 --- a/sdk-12.0.0_r19/dependencies.sh +++ b/sdk-12.0.0_r19/dependencies.sh diff --git a/sdk-12.0.0_r19/download.sh b/sdk-12.0.0_r19/download.sh index 7b7f683..7b7f683 100644..100755 --- a/sdk-12.0.0_r19/download.sh +++ b/sdk-12.0.0_r19/download.sh 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 |
