On Mon, Aug 15, 2011 at 4:20 PM, Mark Ayers <[email protected]> wrote: > > On Aug 14, 2011 11:31 PM, "FBondarenko" <[email protected]> wrote: >> >> when you're looking for open source libs, why not compile them >> yourself? > Because automake doesn't work too well on my Windows development box, and > automake and friends are pretty much a requirement for building most open > source libs.
Make your life easier and get a Linux box :) Automake and friends don't play too nice with the NDK, but it's possible to build libraries that use them. You should ask on the NDK list if you have specific problems. > >> which libraries do you need? > libcario is the big one, along with pixman. Other than those, anything that > might help in building a graphics/drawing app. I don't know what you are trying to build, but the android graphics package should have most of the things you can do with Cairo. Unless you are porting code that already uses Cairo, you should have a look. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

