Hi Wen,
To run nuitrack_gl_sample, you have to download glut.zip:
And follow the steps below:
- Install header files:
- copy
\Include\glfolder to"C:\Program Files (x86)\Windows Kits\10\Include\10.0.16299.0\um"(note that 10.0.16299.0 is Windows 10 SDK version, it can differ for your system)
- Install export libraries:
- copy
\Lib\x86\glut32.libto"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\x86" - copy
Lib\x64\glut32.libto"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.16299.0\um\x64"
- Install dynamic libraries:
- copy
\bin\x86\glut32.dlltoC:\Windows\System32 - copy
\bin\x64\glut32.dlltoC:\Windows\SysWOW64