fugro-oss/g2o

Provide NuGet package on nuget.org

frankneumann opened this issue · 3 comments

If possible, could you please supply a NuGet package on nuget.org for your library?

Thanks for your nice work,

Frank

This took a little while, but we are now published on Nuget (includes assemblies for both .NET Core and .NET Framework): https://www.nuget.org/packages/Fugro.G2O/2.0.1

Thanks !
Does the nuget package include the native dependency ?
EDIT : nevermind, i just saw it's a c++/cli project :D

Hi @valeriob! Indeed, it's a C++/CLI project, which has the G2O dependencies (Eigen, csparse) compiled-in/statically linked. Note that, even though the C++/CLI wrapper is MIT licensed, the whole is essentially LGPL-2.1 licensed.