Skip to content

Instantly share code, notes, and snippets.

View Mluckydwyer's full-sized avatar
🎉

Matthew Dwyer Mluckydwyer

🎉
View GitHub Profile
@Mluckydwyer
Mluckydwyer / opengl-in-wsl.md
Last active June 17, 2024 09:15
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).