Adding dockerfile.

This commit is contained in:
Faerbit 2014-11-27 05:18:40 +01:00
parent 90630c7ab6
commit 76745a1da8

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
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