-
Notifications
You must be signed in to change notification settings - Fork 3
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
Windows support #19
Comments
This is something I need for a long time, but don't have the skills to implement. Basically we need a jll package in BinaryBuilder that builds ODPI-C along with the patch in |
I succeeded in compiling with BinaryBuilder from the linux sources, but I have no clue how to achieve this for windows. |
Visual Studio is required to compile odpi for windows AFAIK. |
But a linux/mac odpijll would be helpful |
Short instruction:
With a normal configure file you would now enter
But here I left out configure (as it does not exist) opened the Makefile with vi, changed the prefix to
So at this point no cross-compilation can be done. As I'm not a linux guy I put no further effort here and just hit Ctrl-d to quit the is part of the wizard. |
In my experience, Windows is often used together with Oracle, therefore it would be great if you could add support for Windows in your library.
The text was updated successfully, but these errors were encountered: