Linux - accord-net/framework GitHub Wiki

Sample application with NuGet on Linux

Before attempting to run a sample application, run:

sudo mozroots --import --machine --sync
sudo certmgr -ssl -m https://go.microsoft.com
sudo certmgr -ssl -m https://nugetgallery.blob.core.windows.net
sudo certmgr -ssl -m https://nuget.org

Now, in order to execute a sample application, run:

cesar@cesar-VirtualBox:~/projects/accord/framework/Samples$ mono "/home/cesar/projects/accord/framework/Samples/.nuget/NuGet.exe" install "/home/cesar/projects/accord/framework/Samples/Statistics/Analysis (PCA)/packages.config" -source "" -RequireConsent -solutionDir "/home/cesar/projects/accord/framework/Samples/"