GLFW GLEW GNU+Linux install OpenGL on Ubuntu 22.04

preview_player
Показать описание
install GLFW & GLEW on Ubuntu 22.04 GNU+Linux

glfw glew linux install opengl
opengl linux
glfw glew linux

What's shown in this tutorial works on other Ubuntu based GNU OS distributions like Linux Mint , Pop!_OS , ZorinOS

video made in 2022

sudo apt install build-essential cmake xorg-dev

cmake -G "Unix Makefiles"
make
sudo make install

sudo apt-get install libx11-dev libglu1-mesa-dev freeglut3-dev libglew2.2 libglew-dev libglu1-mesa libgl1-mesa-glx libgl1-mesa-dev libglfw3-dev libglfw3

compile your program:

Рекомендации по теме
Комментарии
Автор

Thx a lot. After spending hours and getting crazy you saved my day.

euscorpicus
Автор

It surprises me that people care about Linux users, thank you a lot

LeonidasArg
Автор

thank you! worked for me, btw you sound like a league content creator xPetu lol

shinsha_
Автор

thanx man, needed this stuff for my practical exams

SJ-yfxy
Автор

why cant you put the steps in the description i think it be alot more easier and quicker for us

MidoriyaIzuku-luym
Автор

Brother i have old pc and here opengl not supported what to dp

Shivam_
Автор

Hi, do I need to compile the "-std=c++11" in order to work?

BurninVinyl