|
2011-03-28
, 22:29
|
Posts: 154 |
Thanked: 13 times |
Joined on Jan 2011
|
#52
|
Righteo! Lets start at the beginning
You have downloaded all of these:
libglib2.0-cil_2.10.4-1_armel.deb
libgtk2.0-cil_2.10.4-1_armel.deb
libmono2.0-cil_2.4.3-1_all.deb
libmono-corlib2.0-cil_2.4.3-1_all.deb
ibmono-posix2.0-cil_2.4.3-1_all.deb
libmono-system2.0-cil_2.4.3-1_all.deb
mono-runtime_2.4.3-1_armel.deb
from http://www.torosoft.com/mono-maemo5/.../binary-armel/
First, in x-term cd into the directory where the files are saved:
Once there, issue as root:Code:cd /home/MyDocs/smartcam-m5/
If dependency issues arise just change the order to get the missing package in earlier than the one missing it. This should work!Code:dpkg -i mono-runtime_2.4.3-1_armel.deb libmono-corlib2.0-cil_2.4.3-1_all.deb libmono-system2.0-cil_2.4.3-1_all.deb libmono2.0-cil_2.4.3-1_all.deb libmono-posix2.0-cil_2.4.3-1_all.deb libglib2.0-cil_2.10.4-1_armel.deb libgtk2.0-cil_2.10.4-1_armel.deb
|
2011-03-28
, 23:14
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#53
|
Thank you very much! but when i enter the first command line i get this error:
-sh: cd: can't cd to /home/MyDocs/smartcam-m5/
whats wrong?
ls -al /home/user/MyDocs/smartcam-m5/
/home/user/MyDocs/smartcam-m5
|
2011-03-28
, 23:34
|
Posts: 738 |
Thanked: 179 times |
Joined on Mar 2010
@ Gold Coast, Australia
|
#54
|
|
2011-03-28
, 23:44
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#55
|
Do what i did, download the 8 lib and mono files from the first page, then just dpkg -i *.deb them
|
2011-03-29
, 00:01
|
Posts: 738 |
Thanked: 179 times |
Joined on Mar 2010
@ Gold Coast, Australia
|
#56
|
The Following User Says Thank You to lucas777 For This Useful Post: | ||
|
2011-03-29
, 05:10
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#57
|
The Following User Says Thank You to azkay For This Useful Post: | ||
|
2011-03-29
, 08:14
|
Posts: 185 |
Thanked: 62 times |
Joined on Sep 2010
@ Veitshöchheim, Germany
|
#58
|
|
2011-03-29
, 08:45
|
Posts: 154 |
Thanked: 13 times |
Joined on Jan 2011
|
#59
|
The folder does not exist. Doesshow you the folder contents?Code:ls -al /home/user/MyDocs/smartcam-m5/
I copied your path and pasted it into my message and only NOW I realise that /user/ was missing. The path should be (assuming you did not do something extraordinary)It is amazing how one assumes rather than reads - and I am writing about myself here (shakes head and goes to edit message....)Code:/home/user/MyDocs/smartcam-m5
|
2011-03-29
, 09:12
|
Posts: 303 |
Thanked: 146 times |
Joined on Aug 2009
|
#60
|
You have downloaded all of these:
libglib2.0-cil_2.10.4-1_armel.deb
libgtk2.0-cil_2.10.4-1_armel.deb
libmono2.0-cil_2.4.3-1_all.deb
libmono-corlib2.0-cil_2.4.3-1_all.deb
ibmono-posix2.0-cil_2.4.3-1_all.deb
libmono-system2.0-cil_2.4.3-1_all.deb
mono-runtime_2.4.3-1_armel.deb
from http://www.torosoft.com/mono-maemo5/.../binary-armel/
First, in x-term cd into the directory where the files are saved:
Last edited by handaxe; 2011-03-29 at 06:05. Reason: typo in path statement