Я пытаюсь скомпилировать блендер для Windows.Я следовал инструкциям в blender wiki
Когда я запускаю команду «make full» в командной строке, я получаю следующую ошибку:
-- 64 bit compiler detected.
-- Visual Studio 2013 detected.
CMake Warning at build_files/cmake/platform/platform_win32.cmake:436 (message):
LLVM debug libs not present on this system. Using release libs for debug
builds.
Call Stack (most recent call first):
CMakeLists.txt:931 (include)
-- OSL not found
CMake Error at CMakeLists.txt:1573 (message):
Missing:
"E:/blender-git/blender/../lib/win64_vc12/python/include/python3.6/Python.h",
Set the cache entry 'PYTHON_INCLUDE_DIR' to point to a valid python include
path. Containing Python.h for python version "3.6"
-- Configuring incomplete, errors occurred!
See also "E:/blender-git/build_windows_Full_x64_vc12_Release/CMakeFiles/CMakeOutput.log".
Microsoft (R) Build Engine version 12.0.40629.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: E:\blender-git\blender\..\build_windows_Full_x64_vc12_Release\Blender.sln
"Build Failed"
Мне кажется, что CMake не может найти необходимые файлы Python.У меня установлен Python 3.6.Кажется, я должен иметь возможность изменить значение 'PYTHON_INCLUDE_DIR', чтобы оно указывало на папку установки python, но нет подсказок, в каком файле это следует изменить.