simonfuhrmann / mve

Multi-View Environment
http://www.gcc.tu-darmstadt.de/home/proj/mve/
Other
977 stars 419 forks source link

OSX zsh: command not found: xxx #548

Closed catmasteryip closed 2 years ago

catmasteryip commented 2 years ago

Probably a noob question because I am not well-versed in C++. I followed through the Build instructions for OSX and built the package on my MacBook Pro who is on macOS Big Sur 11.5.2. When I attempt to run the makescene command following this, terminal says it cannot find the command. Any advice is appreciated.

simonfuhrmann commented 2 years ago

First cd into the directory with the tool, then execute it with ./

cd apps/makescene
./makescene
catmasteryip commented 2 years ago

That worked, thanks!