We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d38c8 commit 8751f63Copy full SHA for 8751f63
README.md
@@ -67,6 +67,13 @@ export DETHRACE_ROOT_DIR=/path/to/carmageddon
67
68
## Build
69
70
+Dethrace uses git submodules, so we must pull them after the inital clone:
71
+```sh
72
+git clone https://github.com/dethrace-labs/dethrace
73
+cd dethrace
74
+git submodule update --init --recursive
75
+```
76
+
77
Dethrace uses [cmake](https://cmake.org/) for generating build files.
78
79
To generate the build files (generally only required once):
@@ -76,7 +83,7 @@ cd build
83
cmake ..
84
```
85
-On cmake has generated the build files for your platform, run the build. For example:
86
+Once cmake has generated the build files for your platform, run the build. For example:
80
87
```sh
81
88
make
82
89
0 commit comments