-
Notifications
You must be signed in to change notification settings - Fork 6
/
README
32 lines (18 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This project containes a collection of plugins that enable users of the v3d
application to use functionalities from the Insight Segmentation and
Registration Toolkit.
This is an Open Source project, distributed under the Apache 2.0 License.
For details, please see the LICENSE file.
<following by by Hanchuan Peng, 2010-06-01>
When run ccmake, should use this folder as the source root. That is, make
a folder outside this folder, say "build", enter it, and run the command
ccmake ../ITK-V3D-Plugins
Also we added a preference file for storing the ccmake variables such as
ITK_DIR and V3D_BINARY_PATH, etc to the file
env_variable_pref.txt
Then you need to copy the env_variable_pref.txt file to a *different* location
(so that you won't change this file incidentally). Now you can run cmake by
running the command
cmake -c /path_to/env_variable_pref.txt /path_to_plugin_src
Note that "path_to_plugin_src" in this case should be "../ITK-V3D-Plugins".
If we do this, then we don't need to run manual ccmake again and again!