liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.07k stars 1.71k forks source link

mac setup line 3 is difficult to understand #233

Closed enzyme69 closed 1 year ago

enzyme69 commented 1 year ago

I have followed the procedure and got bazel installed but step 3 is very hard to understand. can you explain?

Add .bazel.local file, with one line: build --config=mps

enzyme69 commented 1 year ago

Totally not familiar with .dot file but I kind of make a text file and then following this: https://stackoverflow.com/questions/5891365/mac-os-x-doesnt-allow-to-name-files-starting-with-a-dot-how-do-i-name-the-hta

liuliu commented 1 year ago

Something like running this in your command line:

echo "build --config=mps" > .bazelrc.local