Mercurial > hg > orthanc-python
comparison Resources/Builders/MinGW64-Python3.8/docker-internal.sh @ 111:6ad5da29f260 OrthancPython-4.0
added Windows builders for Python 3.9, 3.10 and 3.11
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 28 Mar 2023 17:27:06 +0200 |
parents | c17cdaf687e3 |
children | 8335b42be9fc |
comparison
equal
deleted
inserted
replaced
109:80f3a034d47f | 111:6ad5da29f260 |
---|---|
8 cp -r /source/Resources /tmp/source-writeable/ | 8 cp -r /source/Resources /tmp/source-writeable/ |
9 | 9 |
10 mkdir /tmp/build | 10 mkdir /tmp/build |
11 cd /tmp/build | 11 cd /tmp/build |
12 | 12 |
13 wget https://orthanc.osimis.io/ThirdPartyDownloads/Python/python-3.8.3-win64.zip | 13 wget https://orthanc.uclouvain.be/third-party-downloads/Python/python-3.8.3-win64.zip |
14 unzip python-3.8.3-win64.zip | 14 unzip python-3.8.3-win64.zip |
15 | 15 |
16 if [ "$1" == "Release" ]; then | 16 if [ "$1" == "Release" ]; then |
17 LIBRARY_NAME=python38.lib | 17 LIBRARY_NAME=python38.lib |
18 else | 18 else |