kalman
kalman copied to clipboard
Improve Windows support
Hi,mherb Thanks for your works.As the title of this issue says,if I want to use your implemantation on Windows,what should I do?Can I just include the header directory?Thanks.
You can use it like any other library as well. Since this this header-only, you only need to include the header sources. Since I haven't tested to compile using MSVC, it might not work out of the box (this was reported by other users). Contributions regarding MSVC support are greatly appreciated.
Thanks for your quick reply. Ok ,I'll try it.