Build on Windows #44
Closed
oUp2Uo
started this conversation in
Ideas / Feature Requests
Replies: 3 comments
|
Yeah, bullet point 2 needs something windows specific. |
0 replies
|
I have tried on another PC, and could run with the change I mentioned. |
0 replies
|
Or maybe just add cmake post-build command to copy the parameter file to the build folder. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions