caffe
caffe copied to clipboard
Makefile.config not found.
when I run the command below:
make -j8 && cmake pycaffe
the terminal showed:
Makefile:6: *** Makefile.config not found. See Makefile.config.example.. Stop.
How can I solve this problem? Thx a lot
Create the Make.config using the example file cp Makefile.config.example Makefile.config