336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

CentOS에 mono를 돌릴려고 홈피 갔으나 


6.x 이야기는 없어서 좀 찾아 봤습니다


CentOS 7, Fedora 19, and derivatives

Add the Mono Project GPG signing key and the package repository in a root shell with:


http://stackoverflow.com/questions/16900575/install-mono-and-monodevelop-on-centos-5-x-6-x


여기 나온 내용이 가장 좋은데요


우선 gcc 설치


su
cd /usr/src

Ensure GCC and friends are installed (to build the Mono source code)

yum install gcc gcc-c++ libtool bison autoconf automake


해당글의 링크는 오래 된 거니


http://download.mono-project.com/sources/mono/ 여기 가서 최신버전 다운


Grab and unpack the Mono source code

전 4.3.2 다운 했습니다


wget http://download.mono-project.com/sources/mono/mono-4.3.2.467.tar.bz2
tar -xvjf mono-4.3.2.467.tar.bz2

Build and install Mono

cd mono-4.3.2
./configure --prefix=/usr
make && make install


요래 하면 됩니다


이것 저것 하다가 꼬이면 저 같은 경우는 mono 2.x가 설치 되는 경우가 있으니


mono --version 하셔서 해당 버전이 뜨는지 확인 하시기 바랍니다.







+ Recent posts