Mercurial > hg > orthanc-python
comparison Resources/Builders/MinGW64-Python3.7/docker-internal.sh @ 95:c17cdaf687e3
use debian:buster-slim to compile Windows binaries
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 15 Sep 2021 11:52:30 +0200 |
parents | fd58eb5749ed |
children | 6ad5da29f260 |
comparison
equal
deleted
inserted
replaced
94:8d9f935751fb | 95:c17cdaf687e3 |
---|---|
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 http://orthanc.osimis.io/ThirdPartyDownloads/Python/python-3.7.7-win64.zip | 13 wget https://orthanc.osimis.io/ThirdPartyDownloads/Python/python-3.7.7-win64.zip |
14 unzip python-3.7.7-win64.zip | 14 unzip python-3.7.7-win64.zip |
15 | 15 |
16 cmake /tmp/source-writeable/ \ | 16 cmake /tmp/source-writeable/ \ |
17 -DCMAKE_BUILD_TYPE=$1 \ | 17 -DCMAKE_BUILD_TYPE=$1 \ |
18 -DSTATIC_BUILD=ON \ | 18 -DSTATIC_BUILD=ON \ |