build-all - mention zlib requirement

This commit is contained in:
Andrej730
2026-02-17 12:09:45 +05:00
parent 6face696cb
commit 8eb0641e70
+3 -3
View File
@@ -75,19 +75,19 @@ Used environment variables:
# # # #
# for python37 to install correctly additionally: # # for python37 to install correctly additionally: #
# * libffi(-dev[el]) # # * libffi(-dev[el]) #
# for Python build we also needs ssl # # for Python build we also needs ssl and zlib #
# (since we do `pip install numpy` at the end) # # (since we do `pip install numpy` at the end) #
# * libssl-dev # # * libssl-dev #
# # # #
# on debian 7.8 these can be obtained with: # # on debian 7.8 these can be obtained with: #
# $ apt-get install git gcc g++ autoconf bison bzip2 cmake # # $ apt-get install git gcc g++ autoconf bison bzip2 cmake #
# mesa-common-dev libffi-dev libfontconfig1-dev # # mesa-common-dev libffi-dev libfontconfig1-dev #
# libssl-dev xz # # libssl-dev xz zlib1g-dev #
# # # #
# on ubuntu 14.04: # # on ubuntu 14.04: #
# $ apt-get install git gcc g++ autoconf bison make cmake # # $ apt-get install git gcc g++ autoconf bison make cmake #
# mesa-common-dev libffi-dev libfontconfig1-dev # # mesa-common-dev libffi-dev libfontconfig1-dev #
# libssl-dev xz-utils # # libssl-dev xz-utils zlib1g-dev #
# # # #
# on OS X El Capitan with homebrew: # # on OS X El Capitan with homebrew: #
# $ brew install git bison autoconf automake libffi cmake # # $ brew install git bison autoconf automake libffi cmake #