<br>I&#39;m a little puzzled by the farsight build wiki.  It appears to be nothing more than an ITK build, so what&#39;s special about &quot;farsight&quot; that it should be identified as something more than Insight (ITK)?<br>
<br>As for OSX, there are no build instructions (most of the linux instructions might apply, but actually it&#39;s a lot more complicated because OSX can an rpath nightmare when it comes to shared libs).  I think the entire farsight build wiki could be replaced, for OSX, with a one line MacPorts command:<br>
<br><span style="font-family: courier new,monospace;">sudo port install InsightToolkit</span><br><br>This will probably do everything at all stages identified on this wiki thread:<br><a href="http://farsight-toolkit.org/wiki/FARSIGHT_Tutorials/Building_Software">http://farsight-toolkit.org/wiki/FARSIGHT_Tutorials/Building_Software</a><br>
<br>The MacPorts system will take care of all the dependencies (cmake, python, cableswig).  Please see this ITK wiki page for more details:<br><a href="http://www.vtk.org/Wiki/ITK_MacPorts_Package_Maintainers">http://www.vtk.org/Wiki/ITK_MacPorts_Package_Maintainers</a><br>
<br>Moreover, _please_ link to that page from the farsight tutorial on the build process, it might save everyone a lot of time and headaches (because I know just how painful it was to put it all together in MacPorts).<br>
<br>If you need to develop ITK using macports, that might be done too, but it requires a little bit of tweaking on the macports installation process.  The macports installation uses several phases and a developer could stop after the build phase.  At that point, you have a complete source tree and a separate build tree.  So you could try this:<br>
<br><span style="font-family: courier new,monospace;">sudo port build InsightToolkit</span><br><br>Then go look in the build tree, under <span style="font-family: courier new,monospace;">/opt/local/var/macports/build/</span><br>
<br>Take care,<br>Darren<br><br><br><br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 11:55 AM, Curtis Rueden <span dir="ltr">&lt;<a href="mailto:ctrueden@wisc.edu">ctrueden@wisc.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Darren,<div class="im"><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">What&#39;s the latest on this project?  Is there a wiki how-to on this?<br>


</blockquote></div><br></div>The project is currently under active development. Currently, the plugin works with ITK 3.12 on Mac OS X and Linux. Soon it will compile with Visual Studio on Windows as well (pending a commit from me -- and thanks to Alex Gouaillard for his help tracking down some Windows issues).<br>


<br>There are a number of improvements I am in the process of making, including support for RGB and vector images, and dimensions beyond 3D. I would also like to make the build easier to do, as much as possible at least.<br>


<br>You can access the code by checking out the LOCI Software codebase from SVN:<br><br>  <a href="https://skyking.microscopy.wisc.edu/svn/java/trunk" target="_blank">https://skyking.microscopy.wisc.edu/svn/java/trunk</a><br>
<br>The relevant components are in components/native/bf-cpp and components/native/itk-plugin. See the readme.txt files for details. Please note that as of this writing, the skyking server is down due to a large-scale power outage on the UW-Madison campus (some construction mishap, I think).<br>


<br>There is also a preliminary set of wiki pages on how to compile the plugin on the FARSIGHT wiki at:<br><br>  <a href="http://farsight-toolkit.org/wiki/FARSIGHT_Tutorials/Building_Software/Bio-Formats" target="_blank">http://farsight-toolkit.org/wiki/FARSIGHT_Tutorials/Building_Software/Bio-Formats</a><br>



<br>Note that you do not actually need to build FARSIGHT to use the ITK plugin as is (the wiki pages are written with the idea that the plugin will be used within FARSIGHT, but there is no requirement to do so). The plugin is merely an ITK ImageIO plugin, and should work with any code that uses itkImageFileReader.<br>


<br>Lastly, a bug introduced in ITK CVS five weeks ago (which should be fixed soon) will prevent the plugin from working properly with image data beyond 2D in certain cases.<br><br>I will keep the list posted on my progress.<br>


<br>-Curtis<br><br><div class="gmail_quote"><div class="im">On Wed, Jun 24, 2009 at 1:48 PM, Darren Weber <span dir="ltr">&lt;<a href="mailto:darren.weber.lists@gmail.com" target="_blank">darren.weber.lists@gmail.com</a>&gt;</span> wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">

<div><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>

Curtis is working on making bioformats usable from ITK</blockquote></div><br><br></div></div><div class="im">What&#39;s the latest on this project?  Is there a wiki how-to on this?<br><br></div>Thanks,<br><font color="#888888">Darren<br>
<br>
</font><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br>
</blockquote></div><br>