Mono Problem
#1


#2
because it will be mono not install on my machine already updated  centos for the final version 6.4  all the libtool but not installed not someone help??

#3
Firstly learn proper english - got no idea what are you trying to say. Secondly if you would follow tutorials you aint have any problems

#4

For the first your mono is too old.

 

For find the newest mono Version:

2

 

Commands for install momo:

 

yum install gcc-c++
yum install gcc libtool bison pkg-config libglib2.0-dev gettext make bzip2 g++

 

cd /home
wget origin-download.mono-project.com/sources/mono/mono-3.0.10.tar.bz2
tar xvjf mono-3.0.10.tar.bz2
cd mono-3.0.10
./configure --prefix=/opt/mono-3.0.10
make
make install
ln -s /opt/mono-3.0.10/bin/mono /usr/bin/mono
ln -s /opt/mono-3.0.10/bin/gmcs /usr/bin/gmcs
mono -V

#5
tanks gothic solved!!!!!!



Forum Jump:


Users browsing this thread: 1 Guest(s)