monome / softcut-lib

sample cutting library
GNU General Public License v3.0
35 stars 6 forks source link

Include /usr/local/include when building on macOS #35

Closed rcolinray closed 4 years ago

rcolinray commented 4 years ago

I am attempting to build crone on macOS and I am getting some errors when building softcut due to boost not being included. I noticed that in crone, boost is explicitly included with include_directories(/usr/local/include) for macOS, so I added that here as well.

There are some errors in the crone project as well, so my plan is to submit a PR to the main norns repo and update the softcut submodule to this commit in that PR.

catfact commented 4 years ago

ok!