cpp-cheat/opengl/configure
Ciro Santilli fc36d1cd9b sync
2016-08-20 16:23:38 +01:00

5 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
sudo aptitude update
# Ubuntu 14.04: glfw3 not present in repos, only glfw 2.
sudo aptitude install -y freeglut3-dev libglfw3-dev libglew-dev libopencv-dev