We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd7fb7 commit 7e57e1aCopy full SHA for 7e57e1a
README.md
@@ -19,8 +19,15 @@ The new tool is available in:
19
All packages necessary to build this modified version of Valgrind are
20
the same as for the original version.
21
22
-Once the build system is setup, Valgrind is built using
23
-these command at the top level:
+Note: This branch uses git submodule for VEX subproject. You can use git
+clone --recursive to download both or execute these commands on existing repository:
24
+```
25
+$ git submodule init
26
+$ git submodule update
27
28
+Submodule update should be performed after each branch switch.
29
+
30
+Valgrind is built using these command at the top level:
31
```
32
$ ./autogen.sh
33
$ ./configure [--prefix=/where/to/install]
0 commit comments