Commit 57dddb8
authored
Update compilation instructions and dependencies. (#955)
Added instructions to initialize git submodules and updated package
dependencies for installation.
Since later it is suggested to run make in parallel (-j), it fails,
since it will initialize submodules in parallel with other tasks, which
will fail with submodules missing. Once submodules are initialized, make
-j works again.
Also found out curl dev package is missing in deps list.1 parent 8f0303c commit 57dddb8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
0 commit comments