aboutsummaryrefslogtreecommitdiffstats
path: root/old-sdk-12.0.0_r19/README.md
diff options
context:
space:
mode:
authorLiam <lgh@e.email>2024-01-09 16:51:22 +0100
committerLiam <lgh@e.email>2024-01-09 16:51:22 +0100
commitfad7e3de95085e7aa3a6d86394ad147b0c1e76e7 (patch)
treea772935fe4731efedc1e620982b213119b1eb89f /old-sdk-12.0.0_r19/README.md
parentb10de1233cf24c3dd22006a05fde97e212c9983f (diff)
downloadSDK-Rebuild-fad7e3de95085e7aa3a6d86394ad147b0c1e76e7.tar.gz
SDK-Rebuild-fad7e3de95085e7aa3a6d86394ad147b0c1e76e7.tar.bz2
SDK-Rebuild-fad7e3de95085e7aa3a6d86394ad147b0c1e76e7.zip
rename old minor releasesHEADmain
Diffstat (limited to 'old-sdk-12.0.0_r19/README.md')
-rw-r--r--old-sdk-12.0.0_r19/README.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/old-sdk-12.0.0_r19/README.md b/old-sdk-12.0.0_r19/README.md
deleted file mode 100644
index cf6dd8e..0000000
--- a/old-sdk-12.0.0_r19/README.md
+++ /dev/null
@@ -1,42 +0,0 @@
-VERSION='12.0.0_r19'
-====================
-
-Notes
------
-
-- patch.sh is necessary to fix outdated syntax in a py script file. Without that, the build will break at the very end.
-- simultaneous builds of Windows and linux sdk may fail. Default is linux only. If desired, edit build.sh and change the settings.
-
-All commands need to be executed from the sdk folder!
-
-Build receipe
--------------
-
-Make all the .sh scripts in this directory executable:
-
- chmod +x *.sh
-
-Install dependencies (you will be asked for root password to install packages):
-
- ./dependencies.sh
-
-Download the source code:
-
- ./download.sh
-
-Apply patches to the source tree to make the build work:
-
- ./patch.sh
-
-Compile the sdk:
-
- ./build.sh
-
-When the build finishes sucessfully, you get a list of the important generated sdk files.
-
-Have fun!
-
-Footnote
---------
-
-Microsoft Windows is a trademark of the Microsoft group of companies. Android is a trademark of Google LLC.