diff options
Diffstat (limited to 'sdk-12.1.0_r27/README.md')
| -rw-r--r-- | sdk-12.1.0_r27/README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sdk-12.1.0_r27/README.md b/sdk-12.1.0_r27/README.md new file mode 100644 index 0000000..8f08fee --- /dev/null +++ b/sdk-12.1.0_r27/README.md @@ -0,0 +1,33 @@ +VERSION='12.1.0_r27' +==================== + +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 win 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 +------------- + +1) Install dependencies (you will be asked for root password to install packages): + +./dependencies.sh + +2) Download the source code: + +./download.sh + +3) Apply patches to make the build work: + +./patch.sh + +4) Compile the sdk: + +./build.sh + +When the build finishes sucessfully, you get a list of the important generated sdk files. + +Have fun! |
