0

I follow the step from this link https://github.com/taosdata/TDengine to install TDengine on my mac (Big Sur 11.1). After I run make install command, I got this error message at the end:

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
Jackson
  • 9
  • 4

1 Answers1

0

You need to use 'sudo make install' to get permission granted.

Shuduo
  • 727
  • 5
  • 14