blob: cf6dd8ef99a32aea8a55774add5cecf6f7bf02bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
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.
|