LCKB
[Guide]How to install Mono For CentOs6.3 - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Tutorials & Guides (https://lckb.dev/forum/forumdisplay.php?fid=124)
+----- Forum: Ep2 Guides (https://lckb.dev/forum/forumdisplay.php?fid=165)
+----- Thread: [Guide]How to install Mono For CentOs6.3 (/showthread.php?tid=1391)



- kimpobin02 - 12-07-2012


[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




- Mr.Speedy - 01-09-2013

dont work




- audioburnr - 01-16-2013

step between 5 & 6 is you need to install GCC... yum install gcc-c++... then you can do a ./configure




- audioburnr - 02-17-2013


dont work
WORKS GREAT!




- HateMe - 02-17-2013


easy way to install mono....

 

yum install mono-core