giacomo-b/CppRobotics

Mistake in build instructions

codeinred opened this issue · 3 comments

This first command here fails to run because the directory examples/EXAMPLE doesn't exist:

cmake -S examples/EXAMPLE -B build/EXAMPLE
cmake --build build/EXAMPLE

Hi @codeinred, did you run that same exact command? EXAMPLE is supposed to be substituted with whatever example you want to compile (see the names of the subfolders).

I did, sorry! I definitely wasn't looking close enough at the README! I re-ran it with one of the directories actually in the examples folder and it worked!

Glad it worked! I'm closing this.