Hi, I would like to simple development in Linux kitware avalonia controls, i have create virtual box and ubuntu 24.04, i am getting errors of kitware avalonia controls not installed compatable issue, i have dotnet 8.0 version, i would like to know whether the kitware Availability of the vtk 9.3.0 Nuget packages. Thanks
I see the vtk package in NuGet Gallery | Packages matching vtk, none of them seems maintained and none of them have been created by Kitware.
I’m afraid you will need to handle the vtk dependency another way.
I am getting The type or namespace name ‘Kitware’ could not be found, i fully installed vtk, could you please give me steps for installation of vtk in linux ubuntu24.04. Thanks
To install it using your package manager:
apt install vtk9 would give you the package maintained by debian.
To compile it yourself: