12-07-2012, 02:30 PM
[b]How to install Mono(CentOS)[/b]
1.First make sure your yum is updated
Code:
yum update
2. Then we need to install some dependencies
Code:
yum install gcc bison pkgconfig glib2 glib2-devel gettext make gcc-g++ screen freetype fontconfig libpng libpng-devel
libgdi* libexif glibc-devel urw-fonts java unzip gcc gcc-c++ automake autoconf libtool make bzip2 wget
3.Now we need to download mono
Code:
download from 2
4.After that we need to uncompress it
5.Then we need to go to the folder that has mono
Code:
cd mono-3.0.2
or
Right click mono-3.0.2 Folder and select " open in Terminal"
6. Now to actually build it
Code:
./configure
7.After that you need to do
Note: This will probably take some time.
Code:
make
8.Then
Code:
make install
9. Check if it was installed correctly
Code:
mono -v
And you're all done!
How to run CashServer For CentOs6.3
Right click Cashserver Folder and select " open in Terminal"
Code
mono CashServer.exe
Sory My Bad English
I am From Thailand

