vigra icon indicating copy to clipboard operation
vigra copied to clipboard

Compiling using Cmake

Open NeuroGliaLab opened this issue 1 year ago • 1 comments

Hello, I have tried to download and compile Vigra as explained in the documentation for windows users. Cmake seems to do the job except some libraries such as tif and hdf5 are not included though they are mentioned in the cmakelist.txt and they are included in the folders My aim is to get a compiled version of Vigra to include in my MATLAB analysis pipeline. how can I fix this? any help is appreciated

NeuroGliaLab avatar Aug 01 '23 08:08 NeuroGliaLab

Hi @NeuroGliaLab,

did you have a look at the examples/matlab folder in this repo, it even includes some pdf documentation. Again, I haven't build vigra for matlab, but it looks like it could be a good starting point.

For general builds (as the title of this issue refers to) you can see an example of a windows build in the CI script.

k-dominik avatar Aug 30 '23 14:08 k-dominik