Closed sanchitgulati closed 3 years ago
Linked with RH3DM-115
Hey @sanchitgulati, have you tried the rhino3dm nuget package? It was published with AWS Lambda in mind. I'll leave this issue open to remind me to revisit the build setup and make sure it works on the latest Ubuntu LTS...
Project was updated to use .NET Core 3.1 in 3faaed9af0da6d30b26f74f4263f239d5ba0089d (but I forgot to update this...)
Started with installing NET Core SDK on Ubuntu Microsoft Guide
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get update;
sudo apt-get install -y apt-transport-https
sudo apt-get update
sudo apt-get install -y dotnet-sdk-2.2
dotnet 2.2 is no longer supported by Microsoft on ubuntu
I can successfully do
sudo apt-get install -y dotnet-sdk-3.1
sudo apt-get install -y dotnet-sdk-2.1
Since the project is configured to 2.2, I am unable to build. Looking into Rhino3dm on Linux to setup AWS lambda.
Any plans to upgrade the build system or tips? Thanks