Skip to content

Instantly share code, notes, and snippets.

@turbo
Last active March 20, 2016 20:57
Show Gist options
  • Select an option

  • Save turbo/86fced1105716a5b7c9b to your computer and use it in GitHub Desktop.

Select an option

Save turbo/86fced1105716a5b7c9b to your computer and use it in GitHub Desktop.
set -x
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo sh -c 'echo "deb http://download.mono-project.com/repo/debian wheezy main">>/etc/apt/sources.list.d/mono-xamarin.list;apt-get -qq update;apt-get -qq install git gcc mono-complete'
sudo sh -c "git clone http://github.com/turbo/src;cd src;xbuild *.sln /v:q;cp *.dll /usr/lib/;mkbundle -o /usr/bin/turbo *.exe;cd .."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment