<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://fcraft.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=92.40.66.109</id>
	<title>fCraft Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://fcraft.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=92.40.66.109"/>
	<link rel="alternate" type="text/html" href="https://fcraft.net/wiki/Special:Contributions/92.40.66.109"/>
	<updated>2026-08-13T13:11:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://fcraft.net/w/index.php?title=Building_Mono&amp;diff=1326</id>
		<title>Building Mono</title>
		<link rel="alternate" type="text/html" href="https://fcraft.net/w/index.php?title=Building_Mono&amp;diff=1326"/>
		<updated>2012-03-08T07:51:30Z</updated>

		<summary type="html">&lt;p&gt;92.40.66.109: /* Build the sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Prerequisites=&lt;br /&gt;
Please note, some of these packages may not be strictly required, but the lists should be sufficient.&lt;br /&gt;
==== Debian / Ubuntu ====&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install gcc libtool bison pkg-config gettext make bzip2 g++ wget&lt;br /&gt;
==== Fedora / CentOS / RedHat ====&lt;br /&gt;
 yum update -y&lt;br /&gt;
 yum install -y make automake glibc-devel gcc-c++ gcc bison pkgconfig gettext-libs autoconf libtool wget&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
==== Download the sources for the latest version of Mono ====&lt;br /&gt;
 wget http://download.mono-project.com/sources/mono/mono-2.10.8.tar.bz2&lt;br /&gt;
==== Unpack the archive ====&lt;br /&gt;
 tar xjf mono-2.10.8.tar.bz2&lt;br /&gt;
 cd mono-2.10.8&lt;br /&gt;
==== Configure the build process ====&lt;br /&gt;
 ./configure --prefix=/opt/mono --with-sgen=yes --with-sgen&lt;br /&gt;
(If you do not wish to install mono into a separate folder, replace /opt/mono with /usr/local)&lt;br /&gt;
&lt;br /&gt;
==== Build the sources ====&lt;br /&gt;
 sudo make&lt;br /&gt;
&lt;br /&gt;
==== Install mono to target directory ====&lt;br /&gt;
This part takes a while...&lt;br /&gt;
 sudo make install&lt;br /&gt;
Mono should now be installed in /opt/mono directory. Add &amp;lt;code&amp;gt;/opt/mono/bin&amp;lt;/code&amp;gt; to your $PATH, and &amp;lt;code&amp;gt;/opt/mono/lib&amp;lt;/code&amp;gt; to your $LD_LIBRARY_PATH.&lt;br /&gt;
If you set prefix to &amp;lt;code&amp;gt;/usr/local&amp;lt;/code&amp;gt;, you don&#039;t need to mess with $PATH.&lt;br /&gt;
&lt;br /&gt;
==== Check installation ====&lt;br /&gt;
 mono --version&lt;/div&gt;</summary>
		<author><name>92.40.66.109</name></author>
	</entry>
	<entry>
		<id>https://fcraft.net/w/index.php?title=Building_Mono&amp;diff=1325</id>
		<title>Building Mono</title>
		<link rel="alternate" type="text/html" href="https://fcraft.net/w/index.php?title=Building_Mono&amp;diff=1325"/>
		<updated>2012-03-08T07:50:51Z</updated>

		<summary type="html">&lt;p&gt;92.40.66.109: /* Build the sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Prerequisites=&lt;br /&gt;
Please note, some of these packages may not be strictly required, but the lists should be sufficient.&lt;br /&gt;
==== Debian / Ubuntu ====&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install gcc libtool bison pkg-config gettext make bzip2 g++ wget&lt;br /&gt;
==== Fedora / CentOS / RedHat ====&lt;br /&gt;
 yum update -y&lt;br /&gt;
 yum install -y make automake glibc-devel gcc-c++ gcc bison pkgconfig gettext-libs autoconf libtool wget&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
==== Download the sources for the latest version of Mono ====&lt;br /&gt;
 wget http://download.mono-project.com/sources/mono/mono-2.10.8.tar.bz2&lt;br /&gt;
==== Unpack the archive ====&lt;br /&gt;
 tar xjf mono-2.10.8.tar.bz2&lt;br /&gt;
 cd mono-2.10.8&lt;br /&gt;
==== Configure the build process ====&lt;br /&gt;
 ./configure --prefix=/opt/mono --with-sgen=yes --with-sgen&lt;br /&gt;
(If you do not wish to install mono into a separate folder, replace /opt/mono with /usr/local)&lt;br /&gt;
&lt;br /&gt;
==== Build the sources ====&lt;br /&gt;
sudo make&lt;br /&gt;
&lt;br /&gt;
==== Install mono to target directory ====&lt;br /&gt;
This part takes a while...&lt;br /&gt;
 sudo make install&lt;br /&gt;
Mono should now be installed in /opt/mono directory. Add &amp;lt;code&amp;gt;/opt/mono/bin&amp;lt;/code&amp;gt; to your $PATH, and &amp;lt;code&amp;gt;/opt/mono/lib&amp;lt;/code&amp;gt; to your $LD_LIBRARY_PATH.&lt;br /&gt;
If you set prefix to &amp;lt;code&amp;gt;/usr/local&amp;lt;/code&amp;gt;, you don&#039;t need to mess with $PATH.&lt;br /&gt;
&lt;br /&gt;
==== Check installation ====&lt;br /&gt;
 mono --version&lt;/div&gt;</summary>
		<author><name>92.40.66.109</name></author>
	</entry>
</feed>