-
Notifications
You must be signed in to change notification settings - Fork 6
How to Build
luisibanez edited this page Sep 14, 2010
·
8 revisions
The binaries for your platform are available for download at:
http://penglab.janelia.org/proj/v3d/V3D/Download.html
Install V3D in any directory of your choice. We will refer to that directory as: “V3D_DIR”
http://github.com/luisibanez/ITK-V3D-Plugins
Typically:
If you have write access, use
git clone [email protected]:luisibanez/ITK-V3D-Plugins.gitor, if you only have read access, use:
git clone git://github.com/luisibanez/ITK-V3D-Plugins.gitthen
cd ITK-V3D-PluginsWe will refer to the directory where this source tree is, as “ITK-V3D-Source-Dir”
Create a binary directory in which the plugins will be build.
We will refer to this directory as “ITK-V3D-Binary-Dir”
Do
mkdir ITK-V3D-Binary-Dir
cd ITK-V3D-Binary-Dir
ccmake ITK-V3D-Source-Dir
In the configuration dialog set the values of the variables
- ITK_DIR to the binary directory where you built ITK
- V3D_DIR to the binary directory where you installed V3D