$: sudo apt-get install mono-complete $: sudo apt-get install gtk-sharp3
Reference(s):
http://stackoverflow.com/questions/25791149/monodevelop-will-not-start-in-mint-17
$: sudo apt-get install mono-complete $: sudo apt-get install gtk-sharp3
Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...
No comments:
Post a Comment