Last active
August 29, 2015 14:05
-
-
Save you21979/f7ee5034a0a1494938b5 to your computer and use it in GitHub Desktop.
centos6でmonoを動かす
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
# 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-* | |
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
ライブラリを使う場合のコンパイル指定 | |
gmcs main.cs -reference:module.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
linuxでcsharpを真面目に使いはじめる記録