MicroControl:Installation: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
Line 41: | Line 41: | ||
# Register the ActiveX control with windows | # Register the ActiveX control with windows | ||
=== Pre-requisites === | === Pre-requisites for Client === | ||
(Following pre-requisites are already included in the download. | |||
But are essential if you want to create a custom environment) | |||
* Python 2.6.x (2.6.1) included | * Python 2.6.x (2.6.1) included | ||
* VTK | * VTK | ||
* wxPython | * wxPython | ||
* cElementTree |
Revision as of 00:07, 25 February 2011
Installation
Client side
Client will be supported on both windows and linux
Windows
- Download portable python package from here and extract it say c:\uClient
todo: insert image here
- Get the latest source code. Instructions on updating source code and the descriptions of various source branches are uClient::Instructions to get latest source
todo: insert image here
For linux
These are suggestive instructions tested on Ubuntu Lucid (10.04).
- Please make sure following packages are installed
- Python 2.6+
- wxPython
- vtk
- svn (to get latest source code from central repository)
- Get the latest source code
svn co https://www.kitware.com/svn/Connectome/RemoteClient/trunk uClient
Server Side
It is assumed that only Windows drivers are provided for Zeiss microscopes and
- Register the ActiveX control with windows
Pre-requisites for Client
(Following pre-requisites are already included in the download. But are essential if you want to create a custom environment)
- Python 2.6.x (2.6.1) included
- VTK
- wxPython
- cElementTree