install clstm on Centos 7.1 - wanghaisheng/awesome-ocr GitHub Wiki

clstm

ubuntu上依赖库的安装

sudo yum install mercurial\
hdf5-helpers libhdf5-8 libhdf5-cpp-8 libhdf5-dev python-h5py \
libprotobuf-dev libprotobuf9 protobuf-compiler \
libzmq3-dev libzmq3 libzmqpp-dev libzmqpp3 libpng12-dev
cd /usr/local/include && hg clone http://bitbucket.org/eigen/eigen eigen3 && hg up tensorflow_fix && cd -

centos上依赖库的安装
yum install scons mercurial hdf5-devel zeromq3-devel protobuf protobuf-devel protobuf-compiler protobuf-python python-h5py cd /usr/local/include && hg clone http://bitbucket.org/eigen/eigen eigen3 && cd eigen3 && hg up tensorflow_fix && cd -

git clone https://github.com/tmbdev/clstm.git scons sudo scons install