micahpearlman / MonkVG

MonkVG is an OpenVG 1.1 like vector graphics API implementation optimized for game use currently using an OpenGL ES backend that should be compatible with any HW that supports OpenGL ES 2.0 which includes most iOS and Android devices.
Other
376 stars 66 forks source link

Drop autoconf requirment to 2.88 which is default on ubuntu 12.04 #17

Closed gaffo closed 11 years ago

gaffo commented 11 years ago

Lets more people build it, works fine under 12.04 with the correct libs.

micahpearlman commented 11 years ago

Awesome! You rock!

gaffo commented 11 years ago

thanks.

now that I've got it compiling I need to get figure out how to use it on linux :)

-mike

On 13-02-18 03:13 PM, Micah Pearlman wrote:

Awesome! You rock!

— Reply to this email directly or view it on GitHub https://github.com/micahpearlman/MonkVG/pull/17#issuecomment-13748491.

micahpearlman commented 11 years ago

I've personally have never ran it on anything other then ios and OSX. All the other platform builds are from contributors like yourself.