nicsure / QDNH

Network Host for Quansheng Dock & QDockX
13 stars 3 forks source link

Linux .NET support or documentation needs update #2

Closed Mikejz84 closed 2 hours ago

Mikejz84 commented 2 hours ago

Please see issue with attempting to run on my raspi:

mike@hampi:~/adnh $ ./dotnet-install.sh --channel 6.0 dotnet-install: .NET Core SDK with version '6.0.427' is already installed. mike@hampi:~/adnh $ ./qdnh.sh You must install or update .NET to run this application.

App: /home/mike/adnh/QDNH.dll Architecture: arm64 Framework: 'Microsoft.NETCore.App', version '6.0.0' (arm64) .NET location: /usr/share/dotnet/

The following frameworks were found: 8.0.5 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Learn more: https://aka.ms/dotnet/app-launch-failed

To install missing framework, download: https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=arm64&rid=linux-arm64&os=debian.12

Mikejz84 commented 2 hours ago

./dotnet-install.sh --runtime dotnet --version 6.0.0 --install-dir $HOME/.dotnet export DOTNET_ROOT=$HOME/.dotnet export PATH=$HOME/.dotnet:$PATH source ~/.bashrc