bakercp-archive / ofxOAuth

[Archived] An OAuth 1.0 system (via liboauth) with pin-less verification via a mini callback server Examples for Twitter, Tumblr, Vimeo, Fitbit, etc.
MIT License
24 stars 16 forks source link

ofx-win ofx-linux #1

Open bakercp opened 12 years ago

bakercp commented 12 years ago

Just need to compile the static libs for win / linux.

alonecloud commented 11 years ago

point me to where I can compile the static libs. I need this for windows.

bakercp commented 11 years ago

Basically you'll need static libs for :

libcurl http://curl.haxx.se/download.html liboauth http://liboauth.sourceforge.net/ openssl http://www.openssl.org/source/

You can compile them yourself, or you can probably locate them somewhere online, or maybe even in other ofxAddons.

Once you have the libs, you should be able to put them in the appropriately named directory in the ofxOAuth addons folder and it should work.

https://github.com/bakercp/ofxOAuth/tree/master/libs

Keep me posted!

danzeeeman commented 11 years ago

will do.

danzeeeman commented 11 years ago

gonna get it working on linux too

bakercp commented 11 years ago

hey @danthemellowman did you ever try this on windows / linux? should be fairly easy to get working w/ the new makefiles system.