Azure-Samples / MipSDK-File-Dotnet

MIT License
5 stars 4 forks source link

Ubuntu dependencies #6

Open sudofix opened 8 months ago

sudofix commented 8 months ago

given the dependencies for Ubuntu pointed out in the README,

sudo apt-get install scons libgsf-1-dev libssl-dev libsecret-1-dev freeglut3-dev libcpprest-dev libcurl3-dev uuid-dev

for slim docker images, these trigger the installation of a LOT of packages, is this necessary? I tried to skip that and got libmip_dotnet.so errors, is there a version that at least doesn't trigger the installation of a whole new Python 3.7?

The current docker image I use is python:3.9-slim-buster

also, I'm running a published release version for linux-x64 and framework-dependent publishing