openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

Feature pocossl #155

Closed jvcleave closed 11 years ago

jvcleave commented 11 years ago

added poco 1.43p1 armv6 libs, edited libsorder.make

danzeeeman commented 11 years ago

woah this has stuff I've never seen before from poco? They have SQLite and ODBC libs? Wow I need to learn more about poco. We don't have support for these libs in the core yet do we? I'll pull this in tonight and test my old instagram code. I should probably turn that into a HTTPS example?

jvcleave commented 11 years ago

@danthemellowman yeah - I tested SSL with an IG example from @NickHardeman and was getting JSON data back

I haven't tested the SQLite/ODBC libs but they are in the linux/linux64 folders as well so I included them

All my projects are working with this branch - @bakercp @arturoc see any reason not to merge?

arturoc commented 11 years ago

actually i removed the data libraries in linux, we have never included them, i think it's better by now to keep them out since every other platform doesnt have them