sdcv编译笔记
Created 2022-11-17 / Updated 2022-11-17安装依赖:
# apt-get install cmake
# apt-get install zlib1g-dev
# apt-get install pkg-config
# apt-get install libglib2.0-dev
# apt-get install libreadline-dev
cmake
的时候提示:
Looking for include file glib/gregex.h - not found
就是因为没有安装libreadline-dev
导致的!
编译:
$ cmake /sdcv-src-path
$ make
参考:
Categories: [Linux] [textproc]