Skip to content

Commit 56a6786

Browse files
authored
Merge pull request #285 from thewtex/example-zip
DOC: Update build instructions for example .zip files
2 parents 66b6352 + 249b93e commit 56a6786

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a0cd374d2112ec740f37937336ceb1d568b093f9bb90e047cb3bdf83c8503b4be2572fa96dd16b78a45fb453e09ff3bff279b3a4f28fba809eef53677658d16b
1+
fcb9e8102e8a99dc0a2d8784c4ba02a16f2f19a0aebcdc5467cc9d169ccbea41c8a28df7d30bfea3af9a4a45bfd16730551fe86953a014762edfbc4976309167

Documentation/Build/index.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,32 +23,32 @@ Next, install the *itk* package::
2323
<https://itk.org/ITKExamples/src/Filtering/BinaryMathematicalMorphology/DilateABinaryImage/Documentation.html>`_
2424
by clicking the *Download* button.
2525

26-
Download the *example.tar.gz* or *example.zip* file from the link on the top
26+
Download the *<ExampleName>.zip* file from the link on the top
2727
of an example's webpage. Unpack the example. For example,
2828

2929
::
3030

31-
tar xvzf example.tar.gz
31+
unzip ExampleName.zip
3232

3333
Finally, run the example::
3434

35-
python examples/Code.py
35+
python ExampleName/Code.py
3636

3737

3838
.. _build-individual-examples:
3939

4040
Build individual examples
4141
-------------------------
4242

43-
Download the *example.tar.gz* or *example.zip* file from the link on the top
43+
Download the *<ExampleName>.zip* file from the link on the top
4444
of the example's webpage. Unpack the example::
4545

46-
tar xvzf example.tar.gz
46+
unzip ExampleName.zip
4747

4848
Set convenience variables::
4949

50-
ITK_SOURCE=example
51-
ITK_BUILD=example/build
50+
ITK_SOURCE=ExampleName
51+
ITK_BUILD=ExampleName/build
5252

5353
Move to the build directory::
5454

0 commit comments

Comments
 (0)