|
2009-03-09
, 08:21
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
Hi guys,
Cud somebody help me out with the steps that ive taken to get Qt, installed on the device. This is what i had followed.
1. Flashing the Device
I was successful in flashing the device with Diablo OS 2008.
2. Installed successfully OpenSSH server and client.
3. From the terminal, ive run the command "ssh root@localhost". In the X Terminal (under Utilities), 'EDITOR=vi visudo' and added the
following lines:
user ALL = (ALL) NOPASSWD: ALL
root ALL = (ALL) NOPASSWD: ALL
4. To get Qt on the Device, under xTerminal of the device, i went to the path etc / apt / and edited the file sources.list by adding the following texts
deb http://repository.maemo.org/extras/ diablo free non-free
deb-src http://repository.maemo.org/extras/ diablo free
deb http://repository.maemo.org/extras-devel/ diablo free non-free
deb-src http://repository.maemo.org/extras-devel/ diablo free
5. Following this i did a apt-get update. Once this was done, i was unable to find any Qt related sources. Even after doing an apt-get install, nothing seems to have copied / installed.
Could somebody point out where exactly i have gone wrong?
Regards
FIgure07
![]() |
2009-03-09
, 10:57
|
Posts: 8 |
Thanked: 1 time |
Joined on Feb 2009
|
#3
|
|
2009-03-09
, 23:33
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#4
|
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2009-03-10
, 06:01
|
Posts: 8 |
Thanked: 1 time |
Joined on Feb 2009
|
#5
|
|
2009-03-10
, 17:39
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#6
|
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2009-10-01
, 14:21
|
Posts: 12 |
Thanked: 1 time |
Joined on Sep 2009
|
#7
|
![]() |
2009-10-01
, 14:41
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#8
|
![]() |
2009-10-01
, 15:10
|
Posts: 12 |
Thanked: 1 time |
Joined on Sep 2009
|
#9
|
Cud somebody help me out with the steps that ive taken to get Qt, installed on the device. This is what i had followed.
1. Flashing the Device
I was successful in flashing the device with Diablo OS 2008.
2. Installed successfully OpenSSH server and client.
3. From the terminal, ive run the command "ssh root@localhost". In the X Terminal (under Utilities), 'EDITOR=vi visudo' and added the
following lines:
user ALL = (ALL) NOPASSWD: ALL
root ALL = (ALL) NOPASSWD: ALL
(Somehow i think this should take care of root installation, but really don't know further what it does).
4. To get Qt on the Device, under xTerminal of the device, i went to the path etc / apt / and edited the file sources.list by adding the following texts
deb http://repository.maemo.org/extras/ diablo free non-free
deb-src http://repository.maemo.org/extras/ diablo free
deb http://repository.maemo.org/extras-devel/ diablo free non-free
deb-src http://repository.maemo.org/extras-devel/ diablo free
5. Following this i did a apt-get update. Once this was done, i was unable to find any Qt related sources. Even after doing an apt-get install, nothing seems to have copied / installed.
Could somebody point out where exactly i have gone wrong?
Regards
FIgure07