couriersud / msigd

MSI Gaming Device control application
GNU General Public License v2.0
55 stars 19 forks source link

Doesn't build on mac #60

Open svenvandescheur opened 4 months ago

svenvandescheur commented 4 months ago

Seems to be unable to find hidapi, even when installed using homebrew (according to docs):

➜  msigd git:(master) ✗ make TARGET=osx
Compiling src/msigd.cpp...
In file included from src/msigd.cpp:7:
src/phid.h:19:11: fatal error: 'hidapi/hidapi.h' file not found
        #include <hidapi/hidapi.h>
                 ^~~~~~~~~~~~~~~~~
1 error generated.
make: *** [src/msigd.o] Error 1