MicroControl:Installation: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 4: Line 4:


== Client side ==
== Client side ==
Client will be supported on both windows and linux


=== Windows ===
=== Windows ===


# Download package which contains portable python installation with several
* Download package [https://www.kitware.com/Customers/microcontrol/ | here] which contains portable python along with several dependencies
 
* Get the latest source code archive
[here |  https://www.kitware.com/Customers/microcontrol/ ]  


<pre style="display: inline-block;">
* Source code can be also obtained directly from a repository
todo: insert image here
Instructions on updating source code and the descriptions of various source branches are [[uClient::Source_code | Instructions to get latest source]]
</pre>


# Get the latest source code. Instructions on updating source code and the descriptions of various source branches are [[uClient::Instructions to get latest source]]
=== Linux ===
<pre style="display: inline-block;">
todo: insert image here
</pre>


* Get the latest source code
For Linux client installation contact DJ
<pre style="display: inline-block;">
svn co https://www.kitware.com/svn/Connectome/RemoteClient/trunk uClient
</pre>


== Server Side  ==
== Server Side  ==

Revision as of 18:20, 28 February 2011


Installation

Client side

Windows

  • Download package | here which contains portable python along with several dependencies
  • Get the latest source code archive
  • Source code can be also obtained directly from a repository
Instructions on updating source code and the descriptions of various source branches are  Instructions to get latest source 

Linux

For Linux client installation contact DJ

Server Side

It is assumed that only Windows drivers are provided for Zeiss microscopes and

  1. Register the ActiveX control with windows

Pre-requisites for Client

(Following pre-requisites are already included in the download) The list is useful if you want to work with a custom installation

  • Python (2.6.1), (contains xml.etree.cElementTree)
  • VTK python wrapping (5.6.1)
  • wxPython (2.8.9.1)