I'm trying to use Cmake https://cmake.org/download/ to convert the source code of EmulationStation (https://github.com/Herdinger/EmulationStation) to VS, so I can make a translation, and later recompile it.
But Cmake (3.7.0) keeps showing me errors:
CMAKE_CONFIGURATION_TYPES: Debug;Release;MinSizeRel;RelWithDebInfo CMAKE_INSTALL_PREFIX: C:/Program Files (x86)/emulationstation FREETYPE_INCLUDE_DIR_freetype2: FREETYPE_INCLUDE_DIR_freetype2-NOTFOUND FREETYPE_INCLUDE_DIR_ft2build: FREETYPE_INCLUDE_DIR_ft2build-NOTFOUND GLSystem: OpenGL ES
Any ideas (or even a tutorial about it) are very welcome, thank you.