mac os安装shell man中文帮助工具(manpages-zh),即man命令显示中文帮助文档
一、从 官网 ( http://pkgs.fedoraproject.org/repo/pkgs/man-pages-zh-CN )下载安装包;或者从开源代码( https://github.com/man-pages-zh/manpages-zh )网址下载 二、解压安装包,发现configure.ac,需要安装autoconf和autoconf; 三、安装autoconf和automake 1、安装brew:如果已经安装brew,跳过此步骤。 从 brew官网 ( https://brew.sh )复制安装命令,粘贴在终端中执行: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2、安装autoconf、automake、python3、opencc四个依赖 brew install autoconf brew install automake brew install python3 brew install opencc 四、(1)生成manpages-zh安装程序,并安装 autoscan . //在当前文件夹中搜索 vi configure.ac