Chameleon-Vision / chameleon-vision

Other
37 stars 11 forks source link

Support running on OSX for development #82

Closed swalberg closed 4 years ago

swalberg commented 4 years ago

To get this to start on my 2017 MBP running Mojave, I needed to recognize x86_64 hardware and tell it to not have managed networking. I suppose the latter is a command line option, but there was a case for Windows being able to continue without using it so I went with that convention.

$ uname -a
Darwin seans-mbp-3.lan 18.7.0 Darwin Kernel Version 18.7.0: Thu Jan 23 06:52:12 PST 2020; root:xnu-4903.278.25~1/RELEASE_X86_64 x86_64
Bankst commented 4 years ago

If you'd like to rebase on to our 3.0 branch and add this same fix, I will gladly merge it. As of now, the existing codebase is considered deprecated, as we are in the process of a major framework restructure for the 3.0 release.

swalberg commented 4 years ago

Thanks. Looks like there are too many changes so I'll close this and try again from scratch. Thanks!