22 lines
503 B
Plaintext
22 lines
503 B
Plaintext
######
|
|
# Build for python 3.7:
|
|
# source build_py37.sh
|
|
#
|
|
# Special build for swissfel - with zmq libraries:
|
|
# source build_py37_sf.sh
|
|
#
|
|
# Special build for sls2 - links to epics7:
|
|
# source build_py37_sls2.sh
|
|
|
|
# Build for python 3.5:
|
|
# source build_py35.sh
|
|
#
|
|
# Special build for swissfel - with zmq libraries:
|
|
# source build_py35_sf.sh
|
|
#
|
|
|
|
###
|
|
### Install directory:
|
|
# ./python<version>/lib/${EPICS_HOST_ARCH}
|
|
# where <version> is 3.7, 3.7-sf, 3.7-sls2
|
|
# 3.5, 3.5-sf |