“Instale o GLFW no Ubuntu” Respostas de código

Instale o GLFW Debian

version="3.2.1" && \
wget "https://github.com/glfw/glfw/releases/download/${version}/glfw-${version}.zip" && \
unzip glfw-${version}.zip && \
cd glfw-${version} && \
sudo apt-get install cmake xorg-dev libglu1-mesa-dev && \
sudo cmake -G "Unix Makefiles" && \
sudo make && \
sudo make install
Duckie

Instale o GLFW no Ubuntu

sudo apt-get install libglfw3
sudo apt-get install libglfw3-dev
Maou Shimazu

Respostas semelhantes a “Instale o GLFW no Ubuntu”

Perguntas semelhantes a “Instale o GLFW no Ubuntu”

Mais respostas relacionadas para “Instale o GLFW no Ubuntu” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código