Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

General Open Source Topics

Reply
New Contributor
prateeksriv
Posts: 2
Registered: ‎02-25-2012
My Carrier: Bell
Accepted Solution

Porting Open Source Programs to PlayBook

Hi,

 

I wish to port few open source programs based on QT to PlayBook.

 

So, a couple of questions in this regard:

 

1. I get it that PlayBook OS is Posix compliant and also QT run time is available. So some open source programs can be ported. Is this understanding correct?

 

2. Any license limitations if the program is GPL/LGPL/APL?

 

3. BB NDK supports make. But not configure. Most programs for linux are based on autotools. Is there an import script? The programs usually expect a command sequence like:

./configure

make

make install

Is there a mapping or help document to help in porting?

 

Please use plain text.
BlackBerry Development Advisor
epelegrillopart
Posts: 99
Registered: ‎10-03-2009

Re: Porting Open Source Programs to PlayBook

Hi There, Prateek.  Some quick As to your Qs...

 

* A number of programs and components have been ported by the community and by RIM.  See for example http://github.com/blackberry and http://openbbnews.blackberry.com.  In general the POSIX compliance makes porting quite easy, and the availability of ports of common components helps too.

 

* There is another thread that is covering these topics.

 

 * Some tools have needed small updates.  See for example this port of getOpt.  Also see the report by Cliff on porting CouchDB.

 

Good luck, and keep us posted on how it goes on your side.  Blogging about your successes (and challenges) always helps as that spreads the information around more easily and more quickly.

Please use plain text.
New Contributor
prateeksriv
Posts: 2
Registered: ‎02-25-2012
My Carrier: Bell

Re: Porting Open Source Programs to PlayBook

Thank you for the pointers. I will surely try them out.

I am just doing this for hobby (not for profit), but I post about it.
I did not find a good and free chat client for PlayBook which supports Google Talk and Yahoo chat.
So I was trying to port SIM : http://sim-im.org
Please use plain text.
BlackBerry Development Advisor
epelegrillopart
Posts: 99
Registered: ‎10-03-2009

Re: Porting Open Source Programs to PlayBook

Have fun and report back.  Sometimes I'm easier to reach on twitter at @pelegri.

Please use plain text.