mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
build-all.py - mention ssl requirement for Python (4ee6863)
This commit is contained in:
@@ -63,14 +63,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 #
|
||||||
|
# (since we do `pip install numpy` at the end) #
|
||||||
|
# * 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 #
|
||||||
# #
|
# #
|
||||||
# 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 #
|
||||||
# #
|
# #
|
||||||
# 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 #
|
||||||
|
|||||||
Reference in New Issue
Block a user