vasi / pixz

Parallel, indexed xz compressor
BSD 2-Clause "Simplified" License
711 stars 61 forks source link

build env question not package liblzma #95

Closed andotorg closed 3 years ago

andotorg commented 3 years ago

checking for LZMA... no configure: error: Package requirements (liblzma) were not met:

No package 'liblzma' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables LZMA_CFLAGS and LZMA_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

vasi commented 3 years ago

You need to install the package for your operating system that contains libzma. Eg: on Ubuntu, liblzma-dev.