Last active
March 21, 2016 22:48
-
-
Save turbo/ec69b8404f56c0b427a4 to your computer and use it in GitHub Desktop.
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 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