Skip to content

Commit

Permalink
build.md: Add note about spaces in filesystem path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasdn committed Sep 3, 2021
1 parent 6dbdc1d commit 91598fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/building-and-flashing/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ This repository uses git submodules. Clone with the `--recursive` flag
git clone --recursive https://github.com/bitcraze/crazyflie-firmware.git
```

**Note** Make sure there are no spaces in the folder structure leading up to the repository (example: _/a/path/with/no/spaces/crazyflie-firmware/_ vs _a/path with spaces/crazyflie-firmware/_). Our build system can not handle file system paths with spaces in them, and compilation will fail.

If you already have cloned the repo without the `--recursive` option, you need to
get the submodules manually

Expand Down

0 comments on commit 91598fe

Please sign in to comment.