Skip to content

Commit 41db0e8

Browse files
jviereckjcarpent
authored andcommitted
Need to initialize submodules before compiling.
1 parent 2509447 commit 41db0e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ eigenpy
44
Setup
55
-----
66

7+
Before compiling this package, make sure to have initialized all git
8+
submodules of this repo. To initialize the submodules when cloning the
9+
repo, use:
10+
11+
```bash
12+
git clone --recursive <git_url>
13+
```
14+
715
To compile this package, it is recommended to create a separate build
816
directory:
917

0 commit comments

Comments
 (0)