I ponownie pisze bo niestety nie dalem rady zainstalowac tego mono
czy ktos moze mi powiedziec dlaczego to nie dziala???
Próbowałem wiele sposobów oto jeden z nich:
echo 'deb
http://download.opensuse.org/repositori ... ebian_7.0/ /' >> /etc/apt/sources.list.d/monodevelop-opt.list apt-get update apt-get install monodevelop-opt
wget
http://download.opensuse.org/repositori ... elease.key apt-key add - < Release.key
ale otrzymalem co takiego: Unable to locate package monodevelop-opt
I kolejna proba:
Add this line to your /etc/apt/sources.list file:
deb
http://debian.meebey.net/experimental/mono / Now update the APT database and install mono-complete from that repository:
apt-get update apt-get install mono-complete
Nastepna :
First, edit /etc/apt/sources.list. Add 'contrib non-free' after 'main' on the line deb
http://ftp.us.debian.org/debian/ squeeze main
It should look like:
deb
http://ftp.us.debian.org/debian/ squeeze main contrib non-free
Next run
apt-get update
After the update has finished, run:
apt-get install bison gettext fontconfig libpng12-0 libpng12-dev libX11-6 libX11-dev libexif12 sun-java6-jre unzip bzip2 wget build-essential
During the installation, accept the sun java license agreement.
Now we can download and compile Mono. First run this command to download the source:
wget
http://download.mono-project.com/source ... 0.8.tar.gz
Extract the source and change to the directory it creates:
tar tvfz mono-2.10.8.tar.gz cd mono-2.10.8
Configure the source, this will install it to the /opt/mono-2.10 directory when the make install command is run later:
./configure --prefix=/opt/mono-2.10
Compile the source. This might take 30-60 minutes.
make make install
Create symlinks so that we don't have to tell all our programs the full path: (untested)
cd /usr/bin mv mono mono.old mv gmcs gmcs.old ln -s /opt/mono-2.10/bin/mono /usr/bin/mono ln -s /opt/mono-2.10/bin/gmcs /usr/bin/gmcs i tak dalej i tak dalej i za kazdzy razem konczy sie na tym samym bledzie:
Unable to locate mono-complete