Difference between revisions of "OpenIGTLink/Library"

From NAMIC Wiki
Jump to: navigation, search
Line 2: Line 2:
 
<div class="floatright">__TOC__</div>
 
<div class="floatright">__TOC__</div>
  
= Supported platforms =
+
=General Information=
 +
== Supported platforms ==
 
* Microsoft Windows (tested on XP and 7 (32-bit and 64-bit))
 
* Microsoft Windows (tested on XP and 7 (32-bit and 64-bit))
 
* Linux (Tested on Ubuntu 10.10 (32-bit and 64-bit))
 
* Linux (Tested on Ubuntu 10.10 (32-bit and 64-bit))
Line 9: Line 10:
 
* QNX (Not tested well -- feedbacks from QNX users are greatly appreciated)
 
* QNX (Not tested well -- feedbacks from QNX users are greatly appreciated)
  
= Source code =
+
== License ==
==Repository==
+
This code is distributed under the [http://www.opensource.org/licenses/bsd-license.php new BSD License].
 +
 
 +
=Instruction=
 +
==Downloading Source Code with Example Programs==
 
Since December 2011, the source code repository is hosted by GitHub. The code can be obtained from:
 
Since December 2011, the source code repository is hosted by GitHub. The code can be obtained from:
 
  git@github.com:openigtlink/OpenIGTLink.git
 
  git@github.com:openigtlink/OpenIGTLink.git
 
or
 
or
 
  git://github.com/openigtlink/OpenIGTLink.git
 
  git://github.com/openigtlink/OpenIGTLink.git
Please if you would like to have read/write access to participate the development, please send your SSH public key to [[User:Tokuda| Junichi Tokuda]].
+
Please if you would like to have read/write access to participate the development, please send your SSH public key to [[User:Tokuda| Junichi Tokuda]]. The source code is also available in the following Subversion repository.
 
 
The source code is also available in the following Subversion repository.
 
 
  http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink
 
  http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink
  
= Building instructions =
+
==Building the Library==
 
* [[OpenIGTLink/Library/Build | How to build the library]]
 
* [[OpenIGTLink/Library/Build | How to build the library]]
  
= License =
+
== Tutorial==
This code is distributed under the [http://www.opensource.org/licenses/bsd-license.php new BSD License].
 
 
 
= Acknowledgements =
 
Attila Nagy has been helping the team to support Sun OS.
 
 
 
= Tutorial=
 
 
* [[OpenIGTLink/Library/Tutorial | The Open IGT Link Library Tutorial]]
 
* [[OpenIGTLink/Library/Tutorial | The Open IGT Link Library Tutorial]]
 
= Related Information=
 
 
* [[OpenIGTLink/Approaches | What is the best way to build your OpenIGTLink application?]]
 
* [[OpenIGTLink/Approaches | What is the best way to build your OpenIGTLink application?]]
* [[OpenIGTLink/Library2 | The OpenIGTLink Library Version 2 Development Page]]
 
  
  
 +
= Acknowledgements =
 +
Attila Nagy has been helping the team to support Sun OS.
  
 
= Contact =
 
= Contact =
 
*Please contact [[User:Tokuda| Junichi Tokuda]] at Brigham and Women's Hospital
 
*Please contact [[User:Tokuda| Junichi Tokuda]] at Brigham and Women's Hospital

Revision as of 04:34, 30 November 2011

Home < OpenIGTLink < Library

<< OpenIGTLink

General Information

Supported platforms

  • Microsoft Windows (tested on XP and 7 (32-bit and 64-bit))
  • Linux (Tested on Ubuntu 10.10 (32-bit and 64-bit))
  • Mac OS X 10.5/6/7 (Intel 64-bit)
  • Sun Solaris (GNU CC and Sun CC) (tested on Solaris 8 and 10)
  • QNX (Not tested well -- feedbacks from QNX users are greatly appreciated)

License

This code is distributed under the new BSD License.

Instruction

Downloading Source Code with Example Programs

Since December 2011, the source code repository is hosted by GitHub. The code can be obtained from:

git@github.com:openigtlink/OpenIGTLink.git

or

git://github.com/openigtlink/OpenIGTLink.git

Please if you would like to have read/write access to participate the development, please send your SSH public key to Junichi Tokuda. The source code is also available in the following Subversion repository.

http://svn.na-mic.org/NAMICSandBox/trunk/OpenIGTLink

Building the Library

Tutorial


Acknowledgements

Attila Nagy has been helping the team to support Sun OS.

Contact