11 lines
249 B
Docker
11 lines
249 B
Docker
from ubuntu:trusty
|
|
|
|
run apt-get update
|
|
|
|
run apt-get install -y build-essential
|
|
run apt-get install -y gcc-mingw-w64
|
|
run apt-get install -y cmake
|
|
run apt-get install -y ninja-build
|
|
run apt-get install -y xorg-dev
|
|
run apt-get install -y freeglut3-dev
|