|
From: Philippe M. <pm...@ac...> - 2011-01-27 21:46:04
|
Hi Charlie, You can use liblo on iPhone (I'm not aware of any restriction from Apple on LGPL stuff). Just build liblo as a static library and use it in your iPhone applications. It works. To comply with LGPL you'll need to provide the object code (e.g., your .o files) allowing people to relink your app with their own liblo versions if they want to. Philippe Mougin http://pmougin.wordpress.com Le 27 janv. 2011 à 18:44, Charlie Roberts a écrit : > Thanks for letting me know. And infinite thanks for everybody's work on liblo... I'm sad to have to leave it for a while. - Charlie > > On Thu, Jan 27, 2011 at 2:29 AM, Stephen Sinclair <rad...@gm...> wrote: > On Wed, Jan 26, 2011 at 11:30 PM, Charlie Roberts <big...@gm...> wrote: > > Hello all, > > I know that the license was only just changed to LGPL in the last release, > > but I'm wondering if there has been any thoughts about changing it (again) > > for use in mobile applications? You can't have dynamically linked libraries > > in the App Store, for example. > > Thanks for any info... - Charlie > > In general I'm not sure about the current status of > Apple-compatibility with any GPL-style license at all.. > Since there exists other OSC libraries that are BSD licensed, I'm not > convinced it's worth worrying about. > > Steve |