acharroux / Movidius-On-MacOS

How to trick a Movidius sdk install so you can natively use the Movidius stick on your Macintosh
MIT License
86 stars 18 forks source link

'make all' missed in the Section Install & Trick Movidius SDK #2

Closed octavianx closed 5 years ago

octavianx commented 6 years ago

During the steps of 'Trick the Makefile & generate the only mandatory component on Mac OS: libmvnc.so':

there should be a 'make all' before 'sudo make basicinstall pythoninstall' or you'll get an Error of

mkdir -p /usr/local/include/
mkdir -p /usr/local/lib/
cp obj-x86_64/libmvnc.so.0 /usr/local/lib/
ln -fs libmvnc.so.0 /usr/local/lib/libmvnc.so
cp ../include/*.h /usr/local/include/
mkdir -p /usr/local/lib/mvnc
cp mvnc/MvNCAPI.mvcmd /usr/local/lib/mvnc/
cp: mvnc/MvNCAPI.mvcmd: No such file or directory
make: *** [basicinstall] Error 1
hequn commented 5 years ago

@octavianx Thanks!

Telectroboy commented 5 years ago

Thanks!!!

duocang commented 5 years ago

@octavianx @hequn @Telectroboy Hi! Thank you for your help.

The help is great. But it would be nice you guys can send a pull request in the future when error fixed.

I did already.