02-08-2013, 10:26 AM
[hide]Download CashServer 2
yum install gcc-c++
yum install gcc libtool bison pkg-config libglib2.0-dev gettext make bzip2 g++
wget 2
tar xvjf mono-3.0.1.tar.bz2
cd mono-3.0.1
./configure --prefix=/opt/mono-3.0.1
make
make install
ln -s /opt/mono-3.0.1/bin/mono /usr/bin/mono
ln -s /opt/mono-3.0.1/bin/gmcs /usr/bin/gmcs
mono -V
=========================================================================
=========================================================================
cd ../../;
cd CashServer/CashServer;
./start;
=========================================================================
====================auth=============================
ALTER TABLE `bg_user` ADD `cash` INT( 10 ) NULL DEFAULT 0;
=========================================================================[/hide]
yum install gcc-c++
yum install gcc libtool bison pkg-config libglib2.0-dev gettext make bzip2 g++
wget 2
tar xvjf mono-3.0.1.tar.bz2
cd mono-3.0.1
./configure --prefix=/opt/mono-3.0.1
make
make install
ln -s /opt/mono-3.0.1/bin/mono /usr/bin/mono
ln -s /opt/mono-3.0.1/bin/gmcs /usr/bin/gmcs
mono -V
=========================================================================
=========================================================================
cd ../../;
cd CashServer/CashServer;
./start;
=========================================================================
====================auth=============================
ALTER TABLE `bg_user` ADD `cash` INT( 10 ) NULL DEFAULT 0;
=========================================================================[/hide]

