Fixed outdated README contents.

This commit is contained in:
axis
2011-04-28 15:16:48 +02:00
parent a3209ceba8
commit b98b6df27a

15
README
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