Hello fellow Julians,
We have a FEC C-library and a Julia wrapper as Julia module/package for it build and now there is of course a need to use this amazing piece of error correcting software. I can compile the C-library (CMake project) and use it in that Julia wrapper module but how to I bring this to my own project? Will I need to compile the library there or is it just sufficient to add it as an dependency with package manager?
Then after that of course using or import should be sufficient but I’m not familiar with this type of Julia package (located BTW in bitbucket) which have C-library dependencies.
Br,
Petri V.