File tree Expand file tree Collapse file tree
SoftwareGuide/Latex/Architecture Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ \section{Wrapping}%
773773To learn more about the wrapping process, please see the section on module
774774wrapping, Section~\ref {sec:ModuleWrapping }. The wrapping process is orchestrated by a
775775number of CMake macros found in the \code {Wrapping} directory. The result of
776- the wrapping process is a set of shared libraries (.so in Linux or .dlls on
776+ the wrapping process is a set of shared libraries (\code { .so} in Linux or \code { .dlls} on
777777Windows) that can be used by interpreted languages.
778778
779779There is almost a direct translation from C++, with the differences being the
@@ -959,7 +959,7 @@ \subsubsection{Build Python Packages from Source}
959959On Windows, it is also necessary to add the ITK build directory containing the
960960.dll files to your \code {PATH} environmental variable if ITK is built with the
961961CMake option \code {BUILD\_ SHARED\_ LIBS} enabled. For example, the directory
962- containing .dll files for an ITK build at
962+ containing \code { .dll} files for an ITK build at
963963\code {C:\textbackslash {}ITK-build} when built with Visual Studio in the
964964\code {Release} configuration is
965965\code {C:\textbackslash {}ITK-build\textbackslash {}bin\textbackslash {}Release}.
You can’t perform that action at this time.
0 commit comments