Mistake in build instructions
codeinred opened this issue · 3 comments
codeinred commented
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
giacomo-b commented
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).
codeinred commented
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!
giacomo-b commented
Glad it worked! I'm closing this.