Open Joost001 opened 2 years ago
When trying to install, the program reports and error stating that it can not fine the following file:
util/read_compressed.cc:24:10: fatal error: 'lzma.h' file not found #include <lzma.h> ^~~~~~~~ 1 error generated. error: command '/usr/bin/clang' failed with exit code 1
I check the /usr/local/include directory and the file is has a soft link to the brew Cellar location and the permissions are set to 775.
I've tried:
Please assist.
sudo apt install liblzma-dev
This is on a Mac, I only have brew
When trying to install, the program reports and error stating that it can not fine the following file:
I check the /usr/local/include directory and the file is has a soft link to the brew Cellar location and the permissions are set to 775.
I've tried:
Please assist.