Created
March 12, 2021 11:37
-
-
Save smetronic/a797e7b040929c9bda48f428502d9fd5 to your computer and use it in GitHub Desktop.
Installing Mono and Mono develop on Pi4 Raspbian buster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install apt-transport-https dirmngr gnupg ca-certificates | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF | |
echo "deb https://download.mono-project.com/repo/debian stable-raspbianbuster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list | |
sudo apt update | |
sudo apt install mono-devel | |
sudo apt install mono-complete | |
sudo apt-get install -y mono-xbuild | |
sudo apt-get install gtk-sharp2 | |
sudo apt install apt-transport-https dirmngr | |
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF | |
echo "deb https://download.mono-project.com/repo/debian vs-raspbianstretch main" | sudo tee /etc/apt/sources.list.d/mono-official-vs.list | |
sudo apt update | |
Goto project options -> Run -> Default -> Disable Run on external console & Pause console output | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment