-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[request] libraries needed to update conan/examples: emsdk, imgui, glfw, glew, folly #620
Comments
@uilianries, @SSE4, could you please have a look at these recipes, to see if they can be included in c3i so we can update the examples repository and Conan documentation soon? |
glfw and glew require https://github.com/bincrafters/conan-mesa and https://github.com/bincrafters/conan-x11/, the main problem with conan-x11 is that it's a "meta-recipe" which generates a lot of packages (49), so it does not fit the CCI structure. Also, it does not have proper tests currently. |
I think we have most of the things mentioned, probably except emsdk |
@SSE4 do you see any issue with submitting emscripten_installer to CCI? We're also going to do emscripten stuff here, and it would be better if it were a supported CCI package. |
sorry, completely missed the question :) |
already in CCI:
so |
I'm adding the closes keyword from PR #6163 😃 |
We are in the process of updating the conan examples repo to use recipes from conan center index and updating Windows configurations to vs 2019 but there are some libraries missing: emsdk, imgui, glfw, glew, folly
Without them, the update to c3i is not possible and the ci fails.
The text was updated successfully, but these errors were encountered: