diff options
Diffstat (limited to 'readme-nacl')
| -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 |
