
Mono on Linux before 3.12 by default didn't trust any SSL certificates so you got errors when accessing HTTPS resources. The package mono-xsp4 should be installed for running ASP.NET applications.Īfter the installation completed successfully, it's a good idea to run through the basic hello world examples on this page to verify Mono is working correctly.
#Download mono for mac install
Install this package if you run into trouble making HTTPS connections.

The package ca-certificates-mono should be installed to get SSL certificates for HTTPS connections.

NETPortable" errors during software compilation. The package referenceassemblies-pcl should be installed for PCL compilation support - this will resolve most cases of "Framework not installed. The package mono-dbg should be installed to get debugging symbols for framework libraries - allowing you to get line numbers in stack traces. The package mono-complete should be installed to install everything - this should cover most cases of "assembly not found" errors. The package mono-llvm-support should be installed for LLVM JIT/AOT support. The package mono-devel should be installed to compile code. Sudo apt install apt-transport-https ca-certificatesĮcho "deb preview-xenial main" | sudo tee /etc/apt//mono-official-preview.list
#Download mono for mac update
Sudo apt update Ubuntu 18.04 (i386, amd64, armhf, arm64, ppc64el) sudo apt install ca-certificates gnupgĮcho "deb preview-bionic main" | sudo tee /etc/apt//mono-official-preview.list Sudo gpg -homedir /tmp -no-default-keyring -keyring /usr/share/keyrings/mono-official-archive-keyring.gpg -keyserver hkp://:80 -recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFĮcho "deb preview-focal main" | sudo tee /etc/apt//mono-official-preview.list Ubuntu 20.04 (amd64, armhf, arm64, ppc64el) sudo apt install ca-certificates gnupg Note: the packages should work on newer Ubuntu versions too but we only test the ones listed below. Looking for logos to promote the fact that your game was written using MonoGame? Get them from GitHub.The package repository hosts the packages you need, add it with the following commands. Finally if you want to get the latest features and fixes you can download our develop branch.

There are several tags of previous releases. The master branch contains the latest stable release. If you want to get hold of the latest source code you can get that from our Github page. If you are still using the teamcity feed, please know that it is highly outdated and we strongly recommend that you move your development feed to Github packages. Important note: development packages are no longer on teamcity.

#Download mono for mac how to
Please read the Github documentation on how to setup a NuGet feed from Github packages. These packages can be referenced as a NuGet feed if you need them to be accessible from your development environment. Nightly builds can be accessed from the Github packages. If you are looking for old releases you can find them on our community site. You can also find the latest release directly on NuGet, but we encourage you to go through the getting started documentation first.
