Skip to content

Instantly share code, notes, and snippets.

@turbo
Last active March 21, 2016 22:48
Show Gist options
  • Select an option

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

Select an option

Save turbo/ec69b8404f56c0b427a4 to your computer and use it in GitHub Desktop.
sudo zypper -n -q ar -f http://download.mono-project.com/repo/centos/ mono-project
sudo zypper --no-gpg-checks -n -q up
sudo zypper --no-gpg-checks -n -q in -l -f 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