Fixed outdated README contents.

This commit is contained in:
axis
2011-04-28 15:17:33 +02:00
parent a3209ceba8
commit b98b6df27a
+11 -4
View File
@@ -1,4 +1,11 @@
git submodule init
git submodule update
./configure
make
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