Thread
:
Porting Linux application to N900
View Single Post
kyle
2009-11-30 , 01:36
Posts: 66 | Thanked: 44 times | Joined on Nov 2009
#
2
Here's a quick guide.
1. Install the SDK:
http://www.forum.nokia.com/Tools_Doc...atforms/Maemo/
2. Read up on debian source packages:
http://www.debian.org/doc/manuals/ap...ndling.en.html
3. Add a source repository to your /etc/apt/sources.list (within the SDK) that has the package you want to port.
4. sb-conf select FREMANTLE_ARMEL
5. apt-get source <packagename>
6. cd <packagedir>
7. dpkg-buildpackage -rfakeroot -b
8. Copy the resulting .deb file to your N900 and install with 'dpkg -i'
Quote & Reply
|
The Following 13 Users Say Thank You to kyle For This Useful Post:
attila77
,
cocayden
,
deadline
,
epilido
,
ezcola
,
fatdat888
,
j.s
,
JayOnThaBeat
,
ludakrshna
,
mikhmv
,
SubCore
,
tousisd
,
twaelti
kyle
View Public Profile
Send a private message to kyle
Find all posts by kyle