You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't expect any problem with MinGW, though I did not try myself. I know someone who successfully used MinGW to compile and use this library.
As with any application using the Leap SDK you should link against libLeap.lib and have libLeap.dll in your PATH.
If that is easier for you, and can just compile the LeapC cpp files with your executable, instead of making it a library.
I would be interested in a Makefile or something similar for Windows. One possible solution would be CMake for cross-platform library building. Please feel free to offer your suggestions.
Hey,
is this wrapper able to be used with the gcc (from MinGW) on Windows?
If so, how a gcc call with MinGW would look like (to which Leap lib should I link?).
Best regards,
dhaeb
The text was updated successfully, but these errors were encountered: