LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.36k stars 403 forks source link

Add make variable for specifying pkg-config #27

Closed michaelbartnett closed 10 years ago

michaelbartnett commented 10 years ago

Mono ships its own pkg-config which knows about all of its tools, such as nunit-console2. It doesn't really play nice with Mac and Homebrew, so many leave it out of their path.

This change lets you run tests from a terminal on Mac like so:

$ make MONO_PKG_CONFIG=/Library/Frameworks/Mono.framework/Commands/pkg-config test
michaelbartnett commented 10 years ago

That sounds right, PKG_CONFIG is more clear. Also added instructions in the README alluding to Mac and Homebrew. How does it read?