Search Posts

Resolved : fatal error: ‘zstd.h’ file not found

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

Leave a Reply

Your email address will not be published. Required fields are marked *