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


In order to install the grafts, run
git submodule foreach '../qtrepotools/bin/git-qt-grafts  <path_to_history>'