KittiBox
KittiBox copied to clipboard
How to build cython code?
hi @MarvinTeichmann I just touched tensorflow soon.I want run kiitiBox in windows environment,but i do not understand the last step. Run cd submodules/utils && make to build cython code Can you tell me how to build cython code? thanks~
Go to the folder: submodules/utils, and then run make command will do. You can see the Makefile in the folder.
@xiaofeiwu I did as you said. But bash: make: command not found
.There is no make
command in the windows environment.
I'm not sure how make works for windows environment. My advice comes from my test in ubuntu. You may need to check make in windows.