tar -zxvf zstd-1.3.4.tar.gz
cd zstd-1.3.4
make -j16 make install
export LD_LIBRARY_PATH=/path/to/ZSTD/zstd-1.3.4/lib:$LD_LIBRARY_PATH