Bonjour.
Je tente d'installer Ogre3D avec visual studio 2012.
Pour ce faire, j'ai suivi ce tuto :

http://techny.tumblr.com/post/399286...al-studio-2012

Il me semble que tout à fonctionné jusqu'à l'étape "Configure Ogre using CMake".
A cette étape, lorsque j'appuie sur configure dans le logiciel CMake il me sort une erreur de ce type :

Configuring OGRE 1.8.2
Search path: C:/projects/ogredeps/install;C:/projects/ogre/build/Dependencies;C:/projects/ogre/Dependencies;C:/projects/ogre/build/../Dependencies;C:/projects/ogre/../Dependencies
Looking for ZLIB...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate ZLIB
Looking for FreeImage...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate FreeImage
Looking for FREETYPE...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
CMAKE_PREFIX_PATH: C:/projects/ogredeps/install;C:/projects/ogre/build/Dependencies;C:/projects/ogre/Dependencies;C:/projects/ogre/build/../Dependencies;C:/projects/ogre/../Dependencies
CMAKE_PREFIX_PATH: C:/projects/ogredeps/install;C:/projects/ogre/build/Dependencies;C:/projects/ogre/Dependencies;C:/projects/ogre/build/../Dependencies;C:/projects/ogre/../Dependencies
Could not locate FREETYPE
Looking for DirectX...
Found DirectX: C:/Program Files (x86)/Microsoft DirectX SDK (June 2010)/Lib/x64/d3d9.lib
DX lib dir: C:/Program Files (x86)/Microsoft DirectX SDK (June 2010)/Lib/x64
Looking for Cg...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate Cg
Looking for POCO...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate POCO
Looking for TBB...
Could not locate TBB
Looking for GLSL_Optimizer...
GLSL_Optimizer_PREFIX_PATH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate GLSL_Optimizer
Looking for HLSL2GLSL...
HLSL2GLSL_PREFIX_PATH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate HLSL2GLSL
Looking for OIS...
OIS_PREFIX_PATH changed.
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate OIS
Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
Looking for Softimage...
Could not locate Softimage
Looking for CppUnit...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Could not locate CppUnit
CMake Error at CMake/Utils/MacroLogFeature.cmake:100 (MESSAGE):



-----------------------------------------------------------------------------


-- The following REQUIRED packages could NOT be located on your system.

-- Please install them before continuing this software installation.

-- If you are in Windows, try passing -DOGRE_DEPENDENCIES_DIR=<path to
dependencies>


-----------------------------------------------------------------------------


+ freetype: Portable font engine <http://www.freetype.org>


-----------------------------------------------------------------------------
Call Stack (most recent call first):
CMake/Dependencies.cmake:229 (MACRO_DISPLAY_FEATURE_LOG)
CMakeLists.txt:194 (include)


Configuring incomplete, errors occurred!
Le tutoriel précise bien qu'il y a une erreur à cette étape du cours, et il explique comment la fixer grâce à ces modifications :

set “Where to build the binaries” to c:/projects/ogre/build

set “OGRE_DEPENDENCIES_DIR” to c:/projects/ogredeps/install

set “CMAKE_INSTALL_PREFIX” to c:/OgreSDK

make sure to check both “OGRE_BUILD_SAMPLES” and “OGRE_INSTALL_SAMPLES” if you wanna test Ogre after the build/install.
D'une part je ne suis pas sur que l'erreur à laquelle fait référence l'auteur du tutoriel soit la même que la mienne, et d'autre part, je ne possède pas du tout la même image que lui. Le rédacteur du cours à cette image à l'écran :



Alors que moi, je ne possède que les propriétés :

“OGRE_DEPENDENCIES_DIR”

“CMAKE_INSTALL_PREFIX”

Auriez-vous l’amabilité de m'aider ou de me donner des pistes de solutions ?


Merci d'avance.