Jak zainstalowac Mono 3.4... na Debian 7.5

Problemy dotyczące innych systemów operacyjnych
marope
Posty: 6
Rejestracja: 25 czerwca 2014, 15:19

Jak zainstalowac Mono 3.4... na Debian 7.5

Post autor: marope »

Witam
moze juz ktos probowal instalowac mono 3.... i wyzsze na diebianie.
Niestety na stronie http://www.go-mono.com/mono-downloads/download.html nie ma opcji debian w wersi 3.4 :confused:
Awatar użytkownika
Yampress
Administrator
Posty: 6416
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

Powinieneðś się zainteresować pipelight. Mono jest stare i nie działa dobrze o ile w ogóle działa.
marope
Posty: 6
Rejestracja: 25 czerwca 2014, 15:19

Post autor: marope »

Widze ze jeszcze nikt tego nie zrobil, bede probowal dalej

Dzieki za odp Yampress
Awatar użytkownika
Yampress
Administrator
Posty: 6416
Rejestracja: 09 sierpnia 2007, 21:41
Lokalizacja: PL

Post autor: Yampress »

Na blogu na naszym forum ktoś opisał jak to zrobić pipelight z chromium

entries/265-Pipelight-czyli-Microsoft-S ... pos%C3%B3b
marope
Posty: 6
Rejestracja: 25 czerwca 2014, 15:19

Post autor: marope »

Ciekawe rozwiazanie napewno to sprawdze ale i tak walcze z mono jak sie uda dam znac
marope
Posty: 6
Rejestracja: 25 czerwca 2014, 15:19

Post autor: marope »

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
ODPOWIEDZ