Closed xinyaojiejie closed 10 years ago
I have solved the problem yet.
How to find the file "caffe.pb.h"? I have pulled down all the code, but there is no "proto" folder in "./include/caffe". So when I try to compile the project, an error "can not open source file "caffe/proto/caffe.pb.h" occurred. Would you please help me solve this problem?
It will be generated when you compile the code for the first time. You need to download the dependencies and put them in corresponding directories.
I've solved the problem, thank you very much!
Should I run the protoc.exe in command shell in windows? I have not use the tools before, Could you help me for it? thank you very mush.