Replies: 3 comments
-
Yeah, bullet point 2 needs something windows specific. |
Beta Was this translation helpful? Give feedback.
-
I have tried on another PC, and could run with the change I mentioned. |
Beta Was this translation helpful? Give feedback.
-
Or maybe just add cmake post-build command to copy the parameter file to the build folder. |
Beta Was this translation helpful? Give feedback.
-
Hi, I have tried to build on Windows successfully.
Just some small changes:
includes/render_utils.cuh
change to
src/parameters.cu
could not run correctly on WIndows. Temporarily, we could just write a fixed path.
CMakeLists.txt
In
target_link_libraries(${PROJECT_NAME}
section, add${PYTHON_LIBRARIES}
But my graphic card could not run the program now, I would try to find another computer to run this.
Beta Was this translation helpful? Give feedback.
All reactions