-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
remove external dependencies from main repo #5299
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
Conversation
This is great. Could you add a quick bit of documentation on how to use the download scripts? They may be in this PR ... there's just a lot of changes :) |
…rks into refactor-remove_libs
…rks into refactor-remove_libs
This is working now fine for all platforms. Every library is being automatically built in the test servers and uploaded to http://ci.openframeworks.cc/libs There's scripts in the particular platform folder inside scripts to download the libraries automatically. I've removed some libraries that were outdated:
I guess we can move them with the respective source code to addons in case people need them to make old projects work or similar. Also osx is now at 10.9 as min sdk version. If nobody has any problem i'll merge it tomorrow or so |
😄👍👍👍👍 On Monday, 10 October 2016, arturo notifications@github.com wrote:
|
at last, this happened! great job! 💯 👍 🎉 |
This removes all external dependencies from the main repo and adds download scripts to download them from the ci server where the compiled libraries are uploaded from the travis and appveyor test servers.
The folder structure is left as it was by now