iCode
iCode

Reputation: 11

Compiling GLib for iPhone?

Can GLib be compiled for iOS? If not, what other alternatives are there?

Upvotes: 1

Views: 2601

Answers (2)

Havard Graff
Havard Graff

Reputation: 2840

Yes, it can be built. There are several Apps in the Appstore that uses it.

Upvotes: 0

detunized
detunized

Reputation: 15299

If/when you manage to build it, you won't be allowed to use it in a retail application because of LGPL. Here you can find some pretty clear argumentation on this.

Though there are alternative points of view on LGPL vs iOS deal. If you in favor of those, then at very least you'd be required to provide object (.o) files of all of your code upon request.

So please be careful. Evaluate if you could actually use it, before you rush off hacking and trying to build it.

Upvotes: 2

Related Questions