-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ofx-win ofx-linux #1
Comments
point me to where I can compile the static libs. I need this for windows. |
Basically you'll need static libs for : libcurl http://curl.haxx.se/download.html 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! |
will do. |
gonna get it working on linux too |
hey @danthemellowman did you ever try this on windows / linux? should be fairly easy to get working w/ the new makefiles system. |
Just need to compile the static libs for win / linux.
The text was updated successfully, but these errors were encountered: