summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2016-01-05 09:14:21 +0100
committerMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2016-01-27 20:24:51 +0100
commit271f75af35b91f9577907c6e6cdbb3682b58d85c (patch)
tree3a08c0512f59e2d40dd33ca8b5f49f980a70980b
parent11494d7a1246ff395a8bcd92abcd10a3eb16f41d (diff)
Update README for 5.6 branch
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index ddde03fb69..07a0a935d4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Getting started instructions:
0) Install the NaCL SDK, set NACL_SDK_ROOT:
- export NACL_SDK_ROOT=/path/to/nacl_sdk/pepper_42
+ export NACL_SDK_ROOT=/path/to/nacl_sdk/pepper_44
Qt should build using any recent NaCl toolchain.
@@ -16,7 +16,7 @@ Make sure all Qt modules are at the correct branch when building Qt: select one
the 'nacl' branches for qtbase and then check out the corresponding branch for other
modules.
-The 5.4 build is a stable build and is recommended when staring out. You may
+The 5.4 or 5.6 builds are a stable builds and are recommended when staring out. You may
also want to use the exact SDK version listed below.
The "dev" build has a few more moving parts, where the 'dev' branch for other modules
@@ -28,7 +28,12 @@ below) as a starting point.
branch : nacl-5.4 (github)
qtdeclarative:
patch: https://codereview.qt-project.org/#/c/114670/
- dev: pepper_42
+ 5.6: pepper_44
+ qtbase
+ branch : nacl-5.6 (github)
+ qtdeclarative:
+ patch: https://codereview.qt-project.org/#/c/114670/
+ dev: pepper_44
qtbase
branch: nacl-dev (github), wip/nacl (codereview)
qtdeclarative:
@@ -84,7 +89,7 @@ without errors. Other modules may or may not work.
2) Building applications with Qt for NaCl:
-A sample known-good application can be found at: qtdeclarative/examples/nacl
+Sample applications and test cases are available at: github.com/msorvig/qt-nacl-manualtests
2.1) Porting