gipit/gippy

Check if the library works on Windows

Opened this issue · 1 comments

Check if the library works on Windows

Windows will see the same issue regarding the location of the libgip.so dynamic library that is built upon gippy install, but is not installed in the system lib directory. While on Linux, this is resolved by setting rpath in the _gippy.so and _algorithms.so dynamic libraries and on mac it is resolved by using otool to update the embedded path in the .so files, on windows there is no rpath equivalent and another solution is probably needed.