MarsRaw / mars-raw-utils

Utilities for working with publicly available raw MSL & Mars2020 images
MIT License
45 stars 10 forks source link

Add compile flags for MacOS. #2

Closed gmp216 closed 3 years ago

gmp216 commented 3 years ago

Adds a configuration so cargo can find libclang.dylib. Run "cargo build" to compile on MacOS. Tested successfully on 10.14.6. Requires Xcode to be installed (may also require installation of Xcode command line tools).

kmgill commented 3 years ago

Thank you! Should probably also support for xcode command line tools if full xcode isn't installed.