zenoblend for blender3.5 #23
xieyinpeng
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[亲们,终于装上了。都是按照readme的指导做的,下面是文件和一些关键信息
following is the file and details. you can check if it fits you.
zenoblend-windows-2023.6.29.zip
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
-- Building for: Visual Studio 16 2019
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.22621.
-- The C compiler identification is MSVC 19.29.30151.0
-- The CXX compiler identification is MSVC 19.29.30151.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build spdlog: 1.4.1
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Build type: Release
-- Could NOT find libdw (missing: LIBDW_LIBRARY LIBDW_INCLUDE_DIR)
-- Could NOT find libbfd (missing: LIBBFD_LIBRARY LIBBFD_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
-- Could NOT find libdwarf (missing: LIBDWARF_LIBRARY LIBDWARF_INCLUDE_DIR LIBELF_LIBRARY LIBELF_INCLUDE_DIR LIBDL_LIBRARY LIBDL_INCLUDE_DIR)
-- Found Backward: C:/Users/Administrator/GitSpace/zenoblend/external/zeno/external/backward-cpp
-- Found OpenMP_C: -openmp (found version "2.0")
-- Found OpenMP_CXX: -openmp (found version "2.0")
-- Found OpenMP: TRUE (found version "2.0")
found package: OpenMP::OpenMP_CXX
*** Building ZENO with extension: ZenoFX
found package: OpenMP::OpenMP_CXX
*** Building ZENO with extension: oldzenbase
found package: OpenMP::OpenMP_CXX
-- pybind11 v2.6.3 dev1
-- Found PythonInterp: python (found version "3.10.9")
-- Found PythonLibs: C:/Users/Administrator/AppData/Local/Programs/Python/Python310/libs/python310.lib
-- Performing Test HAS_MSVC_GL_LTCG
-- Performing Test HAS_MSVC_GL_LTCG - Success
found package: OpenMP::OpenMP_CXX
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Administrator/GitSpace/zenoblend/build
Beta Was this translation helpful? Give feedback.
All reactions