bgrimstad / splinter

Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
Mozilla Public License 2.0
418 stars 115 forks source link

How to obtain libsplinter-4-0.dll in Win10 ? #124

Open JohnG0024 opened 4 years ago

JohnG0024 commented 4 years ago

Hi, it might sound quite stupid, but could you please provide some instructions on compiling in Windows 10 (Microsoft Visual Studio 2017) to obtain libsplinter-4-0.dll file?

bgrimstad commented 4 years ago

You can find some details in the build script (see scripts/build_release.sh). I do not think we have any documentation outside of that.

It would have been nice to have a Travis pipeline that builds for Linux and Windows...