You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Currently, this lib fails on x64-linux. And it doesn't support ARM or UWP. Didn't test it with macOS.
I will try to figure out what happens to x64-linux after the holiday.
Hi @myd7349, thanks for your contribution to vcpkg. Here are the test results from current CI system, please let me know if you need the related logs or other info.
Hey @myd7349, I tried out x64-linux myself and found that the system packages libxinerama-dev, libxrandr-dev, libx11-dev, libxcursor-dev, and libgl1-mesa-dev are required. I'll update this PR with a systems dependencies message and ensure that these are all found on the build machines so we can get the CI to pass. Thanks for all the work!
Hey @myd7349, I tried out x64-linux myself and found that the system packages libxinerama-dev, libxrandr-dev, libx11-dev, libxcursor-dev, and libgl1-mesa-dev are required. I'll update this PR with a systems dependencies message and ensure that these are all found on the build machines so we can get the CI to pass. Thanks for all the work!
Awesome! Thanks for that. I can remove the WIP tag now.
myd7349
changed the title
[WIP][raylib] Add new port (fix #4500)
[raylib] Add new port (fix #4500)
Apr 29, 2019
Hey @myd7349, I modified the condition for the system dependencies message as it is possible for non-UNIX to target UNIX, and the UNIX variable is populated based on the host machine, not the target. Thanks again for the port!!
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test project: https://github.com/myd7349/Ongoing-Study/tree/master/cpp/CMake/vcpkg/raylib_examples
Test on:
Currently, this lib fails on
x64-linux
. And it doesn't support ARM or UWP. Didn't test it with macOS.I will try to figure out what happens to
x64-linux
after the holiday.