aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: a1f590eab2e64a6f453e4cf687cc2bf9ec1de0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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