Does anyone know how to open the samples from the text guide, Chapter 16 for W7?
I have already downloaded the emulator, cmake and Visual Studio.
The instructions are somewhat confusing for me on page 448.
trying to get started with the 'Hello Triangle' code.
Deleted all files and uploaded them again.
It looks like I may have to alter a line somewhere on the CMake list.
It also says to look into build/CmakeFiles/CmakeOutput.log.
Can't find it. Will start again.
Hi Lester,
As the error states you just need to set EGL_LIBRARY and OPENGLES3_LIBRARY in the CMake window, you've left them as EGL_LIBRARY-NOTFOUND and OPENGLES3_LIBRARY-NOTFOUND respectively.
Cheers,
Chris