Skip to content
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

WSL support #25

Open
drsnuggles8 opened this issue Jul 7, 2022 · 3 comments
Open

WSL support #25

drsnuggles8 opened this issue Jul 7, 2022 · 3 comments
Assignees

Comments

@drsnuggles8
Copy link
Owner

drsnuggles8 commented Jul 7, 2022

Is your feature request related to a problem? Please describe.
OloEngine currently only supports Windows.

Describe the solution you'd like
Would be nice to get WSL working.

@drsnuggles8 drsnuggles8 self-assigned this Jul 7, 2022
@drsnuggles8
Copy link
Owner Author

drsnuggles8 commented Jul 8, 2022

Tried adding basic WSL2 support, build fails because Vulkan is currently not yet supported.
See microsoft/wslg#40 and microsoft/WSL#7790

@drsnuggles8
Copy link
Owner Author

drsnuggles8 commented Jul 8, 2022

how to set up WSL:
Follow windows tutorial.
Make sure to install up2date CMake from kitware, need at least version 3.20..don't chose the Microsoft option in Visual Studio (that installs 3.16).
GLFW needs a few extra things:
sudo apt-get install libx11-dev
sudo apt-get install libxrandr-dev
sudo apt-get install libxinerama-dev
sudo apt-get install libxcursor-dev
sudo apt-get install libxi-dev

Afterwards, it will fail because Vulkan is missing.

@drsnuggles8 drsnuggles8 changed the title Linux support WSL support Jul 29, 2022
@GeorgeS2019
Copy link

Vulkan now works in WSL2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Issues
Development

No branches or pull requests

2 participants