Skip to content

Commit 18ce798

Browse files
committed
linux: document how to use the itk and module scripts
Suggested-by: Jean-Christophe Fillion-Robin <[email protected]>
1 parent ab6169a commit 18ce798

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

scripts/dockcross-manylinux-build-module-wheels.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/bin/bash
22

3+
# Run this script to build the Python wheel packages for Linux for an ITK
4+
# external module.
5+
#
6+
# Versions can be restricted by passing them in as arguments to the script
7+
# For example,
8+
# scripts/dockcross-manylinux-build-module-wheels.sh cp27mu cp35
9+
310
# Pull dockcross manylinux images
411
docker pull dockcross/manylinux-x64
512
#docker pull dockcross/manylinux-x86

scripts/dockcross-manylinux-build-wheels.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/bin/bash
22

3+
# Run this script to build the ITK Python wheel packages for Linux.
4+
#
5+
# Versions can be restricted by passing them in as arguments to the script
6+
# For example,
7+
# scripts/dockcross-manylinux-build-wheels.sh cp27mu cp35
8+
39
# Pull dockcross manylinux images
410
docker pull dockcross/manylinux-x64
511
#docker pull dockcross/manylinux-x86

0 commit comments

Comments
 (0)