Asp.Net Core on Ubuntu: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''This example requires Emgu CV 4.3.0 and up''' == Requirements == This tutorial is based on Ubuntu 20.04 LTS. Please follow [https://docs...." |
No edit summary |
||
Line 11: | Line 11: | ||
Microsoft.NETCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.NETCore.App] | Microsoft.NETCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.NETCore.App] | ||
</pre> | </pre> | ||
== To be completed soon == | |||
To be completed soon... |
Revision as of 18:31, 22 June 2020
This example requires Emgu CV 4.3.0 and up
Requirements
This tutorial is based on Ubuntu 20.04 LTS. Please follow this instruction to install asp .net core on Ubuntu. Once that is done, run the following command to verify dotnet is installed:
ubuntu:~$ dotnet --list-runtimes
It should show a message similar to the following
Microsoft.AspNetCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 3.1.5 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To be completed soon
To be completed soon...