-
Notifications
You must be signed in to change notification settings - Fork 45
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
DigiDocCSharp in linux docker #509
Comments
It is not currently supported. There is PR #505 |
ok, great, would be the first tester when it's merged. Do you already have plans how it will be packaged ? And the main question when PR will be merged and released ? |
if I clone the branch from PR and build it in Ubuntu/Debian with instructions from the main page will it produce the needed SWIG bindings ? |
Maybe you can find artifacts from here https://github.com/open-eid/libdigidocpp/actions/runs/3443414903 |
I've tried compiling on ubuntu 20.04 using instructions from the main page and & this branch with swig bindings to other platforms. As a result, it seems it contains only digidoc-tool itself but no bindings for c#.
Please advice what should be done in order to compile these bindings as well. |
Tried installing from Debian packages and seems swig bindings work fine with .net core 6 on Ubuntu/Debian |
I have to update building instructions on other platforms to instruct install swig tool |
libs from msi package seems to be invalid in docker (Debian based aspnet) context. Should deb package be installed instead of copying x64 contents of msi package to bin ?
The text was updated successfully, but these errors were encountered: