iguanaworks / iguanair

Iguanaworks USB IR Project: firmware and software
http://www.iguanaworks.net
23 stars 11 forks source link

Build improvements and testing #36

Closed jdunn14 closed 7 years ago

jdunn14 commented 7 years ago

We specifically call out bash in the runCmake script, but could just as easily get away with sh so we should probably switch just to be compatible w systems that don't have bash by default (FreeBSD for one?). While testing the build on FreeBSD I also realized I was using the clang compiler, so we should confirm everything works with that compiler and officially support it (if any changes are required).

jdunn14 commented 7 years ago

I've substituted sh for bash in my repo and found that I could pick clang by: CC=clang ./runCmake

Everything seems to work fine so we'll close this out. The commit will hit the main repo in the next week or two.