Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation & Interoperability with MinGw #1

Open
dhaeb opened this issue Jul 31, 2013 · 1 comment
Open

Compilation & Interoperability with MinGw #1

dhaeb opened this issue Jul 31, 2013 · 1 comment

Comments

@dhaeb
Copy link

dhaeb commented Jul 31, 2013

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

@tuscland
Copy link
Owner

tuscland commented Aug 5, 2013

Hi Dan,

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.

Cam

On 1 août 2013, at 01:39, Dan Häberlein [email protected] wrote:

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


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants