Skip to content

Commit 7e57e1a

Browse files
committed
docs: explain how to download VEX
1 parent afd7fb7 commit 7e57e1a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@ The new tool is available in:
1919
All packages necessary to build this modified version of Valgrind are
2020
the same as for the original version.
2121

22-
Once the build system is setup, Valgrind is built using
23-
these command at the top level:
22+
Note: This branch uses git submodule for VEX subproject. You can use git
23+
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:
2431
```
2532
$ ./autogen.sh
2633
$ ./configure [--prefix=/where/to/install]

0 commit comments

Comments
 (0)