KittiBox icon indicating copy to clipboard operation
KittiBox copied to clipboard

How to build cython code?

Open weisq2691 opened this issue 7 years ago • 3 comments

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~

weisq2691 avatar Sep 02 '17 08:09 weisq2691

Go to the folder: submodules/utils, and then run make command will do. You can see the Makefile in the folder.

xiaofeiwu avatar Sep 06 '17 01:09 xiaofeiwu

@xiaofeiwu I did as you said. But bash: make: command not found.There is no make command in the windows environment.

weisq2691 avatar Oct 28 '17 12:10 weisq2691

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.

xiaofeiwu avatar Oct 30 '17 10:10 xiaofeiwu