diff options
| author | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-12-16 10:47:05 +0100 |
|---|---|---|
| committer | Morten Johan Sørvig <morten.sorvig@nokia.com> | 2009-12-16 10:47:05 +0100 |
| commit | b40dc40195d0317a2e1476dd9e4728abc501d16d (patch) | |
| tree | 5845ee50b5cc0fc9dc5f2a87717dd6f4e6d45772 | |
| parent | 699daead3a607972e0e7422f40d71ad73cc27e64 (diff) | |
update readme
| -rw-r--r-- | readme-nacl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/readme-nacl b/readme-nacl index bb46960d5b..002dd564a1 100644 --- a/readme-nacl +++ b/readme-nacl @@ -1,4 +1,4 @@ -Compiling Qt fro Native client. +Compiling Qt for Native client. After installing Native Client (and testing the installation following the instructions), make sure the gcc binaries and sel_ldr are in your path. for example: (Mac) @@ -10,6 +10,7 @@ Configure Qt ./configure -nacl /path/to/ncal/build Build +cd src/tools; make ; cd ../.. (workaround to build moc etc) make sub-src (should succeed) make -k (will build as many examples and demos as possible, and then fail) @@ -17,6 +18,6 @@ Test (sel_ldr) Run: sel_ldr examples/widgets/wiggly/wiggly Test (browser) -Build tools/nacldemoserver with a non-nacl Qt build: /path/to/qmake -nocahce && make -Start the application (Warning: Will start a web server, make sure you're firewalled) +Build tools/nacldemoserver with a non-nacl Qt build: /path/to/qmake -nocache && make +Start the application (Will start a web server, make sure the computer is firewalled) Point a nacl-enabled browser to http://localhost:3001/
\ No newline at end of file |
