Skip to content

My implementation of MIT6.837 assignment of 2004 Fall

Notifications You must be signed in to change notification settings

JHex-git/MIT6.837

Repository files navigation

编译运行

在目标assignment文件夹下,运行下面的指令序列进行编译,需要将freeglut的目录修改成你本地环境下freeglut的目录,并确保freeglut的lib是使用MinGW编译的。

mkdir build
cd build
cmake .. -G "MinGW Makefiles" -DOPENGL_LIBRARY_DIR="C:\Program Files (x86)\freeglut\lib" -DGLUT_INCLUDE_DIR="C:\Program Files (x86)\freeglut\include" -DCMAKE_BUILD_TYPE=Release
make

About

My implementation of MIT6.837 assignment of 2004 Fall

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published