-
Hi, What I understand is there are 2 packaging method (nuget and npm). I tried to install via Any help would be welcome. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Could you tell me more about your end goal? I am a bit confused why you would want to install this library? This library is now bundled with Magick.NET and magick-wasm and never used independently. |
Beta Was this translation helpful? Give feedback.
You should only need the
libMagick.Native-*.dll.so
files. I have also recently added devcontainers that can be used to create the output files so you could use that instead of a Dockerfile.Maybe for now you should build them yourself but I think that it would be better to use the binaries that I provide in the future. Maybe a maven or gradle package? I don't think we should add this now but once you have something ready maybe we should add a maven or gradle package that you could use.?
And I would advise you to start with something simple like getting the
Features
property of theMagickNET
class working. This is also what I did with themagick-wasm
library that I created recently.And of…