Difference between revisions of "System Requirements"

Line 14: Line 14:
 
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_32bit|Download from our website (recommended)]]
 
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_32bit|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
+
* Execute these commands to install other dependencies.
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
 
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
 
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
Line 24: Line 24:
 
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_64bit|Download from our website (recommended)]]
 
** [[Mono#CentOS_5.2F6_.2F_Fedora_15_.2F_Redhat_5_64bit|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
+
* Execute these commands to install other dependencies.
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
 
<source lang="bash">wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
 
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
 
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
Line 34: Line 34:
 
** [[Mono#Debian_6_32bit|Download from our website (recommended)]]
 
** [[Mono#Debian_6_32bit|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
* Execute this command to install other dependencies.
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
</source>
 
</source>
Line 41: Line 42:
 
** [[Mono#Debian_6_64bit|Download from our website (recommended)]]
 
** [[Mono#Debian_6_64bit|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
* Execute this command to install other dependencies.
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
 
</source>
 
</source>
Line 48: Line 50:
 
** [[Mono#Ubuntu_10.2F11.2F12_32bit|Download from our website (recommended)]]
 
** [[Mono#Ubuntu_10.2F11.2F12_32bit|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
* Execute this command to install other dependencies.
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof
 
</source>
 
</source>
Line 55: Line 58:
 
** [[Mono#Ubuntu_10.2F11.2F12_64bit|Download from our website (recommended)]]
 
** [[Mono#Ubuntu_10.2F11.2F12_64bit|Download from our website (recommended)]]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 
** [http://www.go-mono.com/mono-downloads/download.html Download from go-mono.com]
 +
* Execute this command to install other dependencies.
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
 
<source lang="bash">apt-get install libpcap0.8 schedutils lsof ia32-libs
 
</source>
 
</source>

Revision as of 14:43, 19 December 2012

Windows

Linux

You must know how to use Linux. TCAdmin support will not help you install missing dependencies for the game/voice servers or tools that you run.

CentOS / Fedora / Redhat 32bit

wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
yum install libpcap schedutils lsof

CentOS / Fedora / Redhat 64bit

wget http://www.tcadmin.com/installer/msttcorefonts-2.0-1.noarch.rpm
yum install msttcorefonts-2.0-1.noarch.rpm --nogpgcheck
yum install libpcap schedutils lsof glibc.i686 libgcc.i686

Debian 32bit

apt-get install libpcap0.8 schedutils lsof

Debian 64bit

apt-get install libpcap0.8 schedutils lsof ia32-libs

Ubuntu 32bit

apt-get install libpcap0.8 schedutils lsof

Ubuntu 64bit

apt-get install libpcap0.8 schedutils lsof ia32-libs

Linux & Windows

  • If you plan on having remote servers, it is recommended that you use a MySQL database. You can convert your SQLite database to MySQL at any time using the conversion tool included in TCAdmin.
Retrieved from "https://help.tcadmin.com/index.php?title=System_Requirements&oldid=995"