summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruser <user@ubuntu8041.localdomain>2010-03-23 04:09:37 -0400
committeruser <user@ubuntu8041.localdomain>2010-03-23 04:13:37 -0400
commit4b81bb61f33de7713a3db0238cc7afbcae4d6e57 (patch)
tree6112369df96bbbefa4916d9eeaab483075817674
parent396f78e4365975e925d24d2e9a72a10b6f0e4562 (diff)
Document tools (moc etc) build prodecure.
-rw-r--r--readme-nacl4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme-nacl b/readme-nacl
index 4b7f04bbb2..e937a71345 100644
--- a/readme-nacl
+++ b/readme-nacl
@@ -23,7 +23,9 @@ Configure Qt
then nacl-gcc isn`t in your path.)
Build Qt
-cd src/tools; make ; cd ../.. (workaround to build moc etc)
+cd src/tools; make ; cd ../.. (workaround to build moc etc. NOTE: edit the linker
+ line and remove "-L"library paths poiting to the native
+ client installation if you get linker errors.)
make sub-src (should succeed)
make -k (will build as many examples and demos as possible, and then fail)