Skip to content

Instantly share code, notes, and snippets.

View Luke20000429's full-sized avatar
🎯
Focusing

Xueshen Liu Luke20000429

🎯
Focusing
View GitHub Profile
@Luke20000429
Luke20000429 / opengl-in-wsl.md
Created December 7, 2023 22:02 — forked from Mluckydwyer/opengl-in-wsl.md
Install OpenGL on Ubuntu in WSL

How to Install OpenGL in Ubuntu in WSL2

These steps have been tested on Windows 10 with WSL2 running Ubuntu.

1. Dependencies

First install the dependencies:

apt install mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev

There are more than we need, but also include GLut and Glu libraries to link aginst during compilation for application development (these can be removed if that functionality is not required).