TubeTK/OsiriX: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
__NOTITLE__ | |||
__NOTOC__ | |||
{| border="1" cellpadding="10" cellspacing="0" | |||
|+ [[image:TubeTK_Header.jpg|1000px]] | |||
|- | |||
| style="background:#efefef;" align="left" valign="top" width="150px" | | |||
<br> | |||
<b>[http://public.kitware.com/Wiki/TubeTK Home]</b> | |||
*[[TubeTK/About | About]] | |||
*[[TubeTK/Events | Events]] | |||
*[[TubeTK/Images | Image Gallery]] | |||
*[[TubeTK/Data | Data and Publications]] | |||
<br> | |||
<hr> | |||
<br> | |||
<b>For Users</b> | |||
* [[TubeTK/Installation | Installation]] | |||
* [[TubeTK/Documentation | Methods & Apps]] | |||
* [[TubeTK/Slicer | TubeTK with Slicer]] | |||
* [[TubeTK/ImageJ | TubeTK with ImageJ]] | |||
* [[TubeTK/OsiriX | TubeTK with OsiriX]] | |||
<br> | |||
<hr> | |||
<br> | |||
<b>For Developers</b> | |||
* [[TubeTK/Development | Development Docs]] | |||
<br> | |||
<hr> | |||
<br> | |||
<b>[[TubeTK/Team | Contact Us]]</b> | |||
| align="left" width="800px" | | |||
= Building OsiriX = | = Building OsiriX = | ||
Line 57: | Line 90: | ||
# Download ITK and change the namespace so that it does not conflict with the version that comes with OsiriX | # Download ITK and change the namespace so that it does not conflict with the version that comes with OsiriX | ||
|- | |||
|} |
Revision as of 02:43, 8 March 2012
__NOTITLE__
|
Building OsiriXRequirements
Repository
svn co https://osirix.svn.sourceforge.net/svnroot/osirix osirix Build steps
Build FAQs
http://stackoverflow.com/questions/4233581/xcode-4-build-output-directory How to launch OsiriXThere are multiple ways one can launch OsiriX
Useful Links
http://osirix.svn.sourceforge.net/viewvc/osirix/Documentation/Guides/Development/index.html Developing PluginsRepositorysvn co https://osirixplugins.svn.sourceforge.net/svnroot/osirixplugins osirixplugins Build steps
Plugin installationCopy the plugin (example "MyNewPlugin.osirixplugin" from "DerivedData/MyNewPlugin/Products/Development/" folder ) to "Library/Application\ Support/OsiriX/Plugins/" Useful Linkshttp://osirixpluginbasics.wordpress.com/ Building ITK to build OsiriX ITK pluginhttp://osirixpluginwithitk320.wikispaces.com/
|