-
Go grab the installer from https://www.xamarin.com/download
If you don't already have Visual studio installed make sure to grab the version of the installer with Visual Studio Bundled
Just accept all the options when you install it for windows make sure you have the Android SDK (We'll be using API 23, which should be installed by default)
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
| #!/bin/sh | |
| ####################################### | |
| # Bash script to install an AMP stack and PHPMyAdmin plus tweaks. For Debian based systems. | |
| # Written by @AamnahAkram from http://aamnah.com | |
| # In case of any errors (e.g. MySQL) just re-run the script. Nothing will be re-installed except for the packages with errors. | |
| ####################################### | |
| #COLORS |