Other dependent libraries: ``` liblzma libbz2 ``` ### For Windows: To put it simple, we will provide some pre-build binary files for compilation on Windows OS. ``` visual stduio 2019 cmake 3.20 or above ``` ### For Linux: Just install these package on your system. example for ubuntu: ``` apt install liblzma-dev libbz2-dev -y ```