Skip to content
Snippets Groups Projects
Commit 41db0e86 authored by Julian Viereck's avatar Julian Viereck Committed by Justin Carpentier
Browse files

Need to initialize submodules before compiling.

parent 2509447f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,14 @@ eigenpy ...@@ -4,6 +4,14 @@ eigenpy
Setup Setup
----- -----
Before compiling this package, make sure to have initialized all git
submodules of this repo. To initialize the submodules when cloning the
repo, use:
```bash
git clone --recursive <git_url>
```
To compile this package, it is recommended to create a separate build To compile this package, it is recommended to create a separate build
directory: directory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment