You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,10 @@ Automatically generated random fiber configuration for Fiberfox simulations.
168
168
169
169
170
170
## Building MITK Diffusion from source
171
+
172
+
Please not that we moved away from a separate MITK Diffusion application and are instead building configurations of the MITK Workbench. In a (near)-future version of MITK, customizations of the Workbench will be possible to change the display and executable name etc.
173
+
A workaround is to use the MITK branch https://github.com/MITK/MITK/tree/feature/T30337-WorkbenchCustomizations2, which already enables some of those customizations but the final mechanism fot that will be different.
174
+
171
175
* Install [Qt](https://www.qt.io/) on your system (currently 6.6.1).
172
176
* Clone MITK from [github](https://github.com/MIC-DKFZ/MITK-Diffusion.git) using [Git version control](https://git-scm.com/).
173
177
* Clone MITK Diffusion from [github](https://github.com/MITK/MITK.git).
@@ -176,7 +180,7 @@ Automatically generated random fiber configuration for Fiberfox simulations.
176
180
* Click "Configure".
177
181
* Set the option MITK_EXTENSION_DIRS to "/path/to/my/mitk-diffusion-repository".
178
182
* Click "Configure".
179
-
* Set the option MITK_BUILD_CONFIGURATION to "DiffusionRelease".
183
+
* Set the option MITK_BUILD_CONFIGURATION to "DiffusionRelease" or any other desired configuration. There are various configurations to build e.g. only IVIM modules or only tractography. The DiffusionRelease/DiffusionDebug configurations contain all modules.
0 commit comments