我按照链接https://github.com/taosdata/TDengine中的步骤在我的mac上安装TDengine (Big Sur11.1)。在我运行make install命令之后,我在最后得到了这个错误消息:
CMake Error at cmake_install.cmake:75 (file):
file failed to open for writing (Permission denied):
/Users/Documents/taos/TDengine/debug/install_manifest.txt
make: *** [install] Error 1发布于 2021-08-16 03:47:22
您需要使用'sudo make install‘来获得权限。
https://stackoverflow.com/questions/68791131
复制相似问题