Compiling LLVM and have “fatal error: ‘zstd.h’ file not found“, fix it by manually build the zstd
git clone https://github.com/facebook/zstd.git
make
sudo make install
2022/10/08 by admin