Thread
:
Starting development ... some questions
View Single Post
bbns
2009-10-04 , 06:31
Posts: 101 | Thanked: 129 times | Joined on Oct 2009 @ Los Angeles, CA
#
4
If your library comes with source code, than you should be fine, as long as you could get things compiled under scratchbox ARMEL target.
However, the complexity is growing with your library dependency. The more extra libraries it links to, the more work you have to do.
I used default repos in scratchbox (with Nokia closed binary). There are some extra repos such as
Qt4 Maemo
. I am not sure there is a list of them yet.
Basically if there is anything I want to use, I would use apt-cache first, then google it. The last thing I would do is compile the source code. Usually it solves most of the cases.
Hope it helps.
Edit:
There are some cases that even you passed compile, your binary may still cause segmentation fault. To be 100% sure, you could use
Nokia RDA
at this moment.
Last edited by bbns; 2009-10-04 at
07:35
.
Quote & Reply
|
The Following User Says Thank You to bbns For This Useful Post:
bbns
View Public Profile
Send a private message to bbns
Find all posts by bbns