Skip to content

Instantly share code, notes, and snippets.

@you21979
Last active August 29, 2015 14:05
Show Gist options
  • Save you21979/f7ee5034a0a1494938b5 to your computer and use it in GitHub Desktop.
Save you21979/f7ee5034a0a1494938b5 to your computer and use it in GitHub Desktop.
centos6でmonoを動かす
# mono2.10と古くてもいいなら
rpm -ivh http://ftp.riken.jp/Linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install mono-* mod_mono-* monodoc-* monotools-*
ライブラリを使う場合のコンパイル指定
gmcs main.cs -reference:module.dll
@you21979
Copy link
Author

linuxでcsharpを真面目に使いはじめる記録

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment