aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-28 15:16:48 +0200
committeraxis <qt-info@nokia.com>2011-04-28 15:17:33 +0200
commitb98b6df27ad56bb5fb29e31367a4fdb8623a00a5 (patch)
tree228c4c8f83973172b83c457d990958f92be857cb /README
parenta3209ceba8fc7e3aecfa4776ed1075a46416d407 (diff)
Fixed outdated README contents.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 11 insertions, 4 deletions
diff --git a/README b/README
index 56e7ac4c..a1f590ea 100644
--- a/README
+++ b/README
@@ -1,4 +1,11 @@
-git submodule init
-git submodule update
-./configure
-make \ No newline at end of file
+To clone and compile the submodules, do execute the following:
+
+ ./init-repository
+ ./configure
+ make
+
+If you are a Nokia developer, you should add the -nokia-developer argument.
+
+ ./init-repository -nokia-developer
+ ./configure -nokia-developer
+ make