我正在尝试在我的 ubuntu 上设置 Perfect 服务器,当我必须克隆和构建 PerfectLib 时,我陷入了困境
根据本教程我应该做
git clone https://github.com/PerfectlySoft/Perfect.git
cd Perfect/PerfectLib
make
sudo make install
但是没有这样的目录Perfect/PerfectLib
。我只能找到Perfect/Sources/PerfectLib
,如果我运行make
则错误make: *** No targets specified and no makefile found. Stop.
我不确定我应该如何处理它。