niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Hi, How I use google protocol buffer to produce file of caffe.pb.h ? #9

Closed xinyaojiejie closed 10 years ago

xinyaojiejie commented 10 years ago

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.

xinyaojiejie commented 10 years ago

I have solved the problem yet.

jasonustc commented 10 years ago

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?

niuzhiheng commented 10 years ago

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.

jasonustc commented 10 years ago

I've solved the problem, thank you very much!