-
Notifications
You must be signed in to change notification settings - Fork 2
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
feature request: build in linux systems #2
Comments
I need to dynamically load libmxnet.dll or it will take more than 2GB space in your plugins folder. If you need to use this filter under linux, you may use mxnet statically. I only use mxnet's predictor API, which just around 5 functions, it is easy to make the change. Check here if you want to build it yourself. |
the main problem is with mxdll.h and pdll.h. seems is for only windows i found this https://theopnv.com/dynamic-loading/, but i'm not coder for adapt it greetings |
@sl1pkn07 look at the fork here: https://github.com/chriskretler/vs_mxnet his commit: have not tried it, but seems linux only. |
not works for me
|
Hi
seems the project is windows centric (pull windows.h headers)
any chance for make compatible with linux?
greetings
The text was updated successfully, but these errors were encountered: