comment répondre “faire: protoc: Command not found”

Je suis Caffe installer sur un CentOS système sur lequel je n'ai pas de privilèges d'administration. Lorsque j'essaie de compiler, je rencontre le message suivant:

PROTOC src/caffe/proto/caffe.proto
make: protoc: Command not found
make: *** [.build_release/src/caffe/proto/caffe.pb.cc] Error 127

Ce que j'ai fait jusqu'à présent est la suivante:

cd
git clone https://github.com/BVLC/caffe.git
cd caffe
cp Makefile.config.example Makefile.config
# Uncomment CPU_ONLY := 1.
# Include the following lines:
# INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/
# LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib /usr/lib/x86_64-linux-gnu/hdf5/serial
pico Makefile.config
virtualenv caffe
source caffe/bin/activate
pip install protobuf
pip install scikit-image
make all

Comment dois-je corriger cette erreur?

InformationsquelleAutor d3pd | 2015-08-21