Mac下安装pdf2htmlex
Fuck….这是一个悲伤的故事…….
等我有空写给你们看…..
首先,安装brew:ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
使用 brew install pdf2htmlex 命令,这便是安装软件的命令,install后添加软件名即可
报错:
Running Homebrew as root is extremely dangerous and no longer supported.
As Homebrew does not drop privileges on installation you would be giving all
build scripts full access to your system.
解决:
sudo chown -R $(whoami) /usr/local
这是给当前用户添加目录权限,如果还报错,那就给他的报错的文件夹添加权限就行了;
还没有评论,来说两句吧...