-
Notifications
You must be signed in to change notification settings - Fork 13
CMake errors #2
Description
Hi,
I have been struggling to build the project
I have downloaded all the folders under https://svn.blender.org/svnroot/bf-blender/trunk/lib/win64_vc14/ and copied to lib folder. It is more than 3.2 GB
Downloaded other software like GLUT, GLEW etc and copied to the lib folder. Still I am getting many build errors.
Cant we make the build process simple? A baking library is depending on external software sized more than 3 GB? Am I doing anything wrong?
-- Could NOT find GLUT (missing: GLUT_glut_LIBRARY GLUT_INCLUDE_DIR)
-- GLUT_FOUND=FALSE
-- Found OpenGL: opengl32
-- Could NOT find Glew (missing: GLEW_LIBRARY GLEW_INCLUDE_DIR)
CMake Error at C:/Program Files/CMake/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find OpenImageIO (missing: OPENIMAGEIO_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.14/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
src/cmake/Modules/FindOpenImageIO.cmake:61 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
src/cmake/external_libs.cmake:81 (find_package)
src/CMakeLists.txt:18 (include)