mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-15 09:40:02 +00:00
5 lines
176 B
Bash
Executable File
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
|