Difference between revisions of "Mono"

Line 18: Line 18:
 
== Other / Manual Installation ==
 
== Other / Manual Installation ==
 
; 32 bit
 
; 32 bit
: [http://master.tcadmin.com/installer/mono-2.6.7-i386.tar.gz mono-2.6.7-i386.tar.gz]
+
: [http://master.tcadmin.com/installer/mono-2.10.2-i386.tar.gz mono-2.10.2-i386.tar.gz]
 
; 64 bit
 
; 64 bit
: [http://master.tcadmin.com/installer/mono-2.6.7-x86_64.tar.gz mono-2.6.7-x86_64.tar.gz]
+
: [http://master.tcadmin.com/installer/mono-2.10.2-x86_64.tar.gz mono-2.10.2-x86_64.tar.gz]
 
;Installation
 
;Installation
 
: Must be extracted to /opt. Extracting to other directories will not work.
 
: Must be extracted to /opt. Extracting to other directories will not work.
 
  cd /opt
 
  cd /opt
  wget <nowiki>http://master.tcadmin.com/installer/mono-2.6.7-xxxxx.tar.gz</nowiki>
+
  wget <nowiki>http://master.tcadmin.com/installer/mono-2.10.2-xxxxx.tar.gz</nowiki>
  tar xjvf mono-2.6.7-xxxxx.tar.gz
+
  tar xjvf mono-2.10.2-xxxxx.tar.gz
  
 
; Check for missing dependencies and install them:
 
; Check for missing dependencies and install them:
  ldd /opt/mono-2.6.7/bin/mono|grep "not found"
+
  ldd /opt/mono-2.10.2/bin/mono|grep "not found"
  ldd /opt/mono-2.6.7/lib/libgdiplus.so|grep "not found"
+
  ldd /opt/mono-2.10.2/lib/libgdiplus.so|grep "not found"

Revision as of 02:43, 21 June 2011

CentOS 5 / Fedora 13 / Redhat 5

32 bit
mono-2.6.7-bi.i386.rpm
64 bit
mono-2.6.7-bi.x86_64.rpm
Installation
yum install mono-2.10.2-bi.xxxxx.rpm --nogpgcheck

Debian / Ubuntu

32 bit
mono-2.6.7-bi.i386.deb
64 bit
mono-2.6.7-bi.x86_64.deb
Installation
dpkg -i mono-2.6.7-bi.xxxxx.deb
apt-get install -f

Other / Manual Installation

32 bit
mono-2.10.2-i386.tar.gz
64 bit
mono-2.10.2-x86_64.tar.gz
Installation
Must be extracted to /opt. Extracting to other directories will not work.
cd /opt
wget http://master.tcadmin.com/installer/mono-2.10.2-xxxxx.tar.gz
tar xjvf mono-2.10.2-xxxxx.tar.gz
Check for missing dependencies and install them
ldd /opt/mono-2.10.2/bin/mono|grep "not found"
ldd /opt/mono-2.10.2/lib/libgdiplus.so|grep "not found"
Retrieved from "https://help.tcadmin.com/index.php?title=Mono&oldid=324"