UClient: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
m (Created page with "=== Following is the test to see if source code insertion works === <source lang="php"> <? print("This is my PHP Code."); ?> </source>")
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is the home page
All pages related to &mu;Client (to be pronounced as micro-Client)
[[category: &mu;Client]]
=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
<pre style="display: inline-block;">
todo: insert image here
</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]]
<pre style="display: inline-block;">
todo: insert image here
</pre>
=== 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
<pre style="display: inline-block;">
svn co https://www.kitware.com/svn/Connectome/RemoteClient/trunk uClient
</pre>
== Server Side  ==
It is assumed that only Windows drivers are provided for Zeiss microscopes and
# Register the ActiveX control with windows
=== Pre-requisites ===
Following packages are included in the package
* Python 2.6.x (2.6.1) included
* Pre-built VTK python bindings and required DLLs
* wxPython
=== Limitations ===
= Sandbox =
=== Following is the test to see if source code insertion works ===
=== Following is the test to see if source code insertion works ===



Latest revision as of 21:32, 3 January 2011

This page is the home page All pages related to μClient (to be pronounced as micro-Client)

Installation

Client side

Client will be supported on both windows and linux

Windows

  1. Download portable python package from here and extract it say c:\uClient
todo: insert image here 
  1. 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
    1. Python 2.6+
    2. wxPython
    3. vtk
    4. 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

  1. Register the ActiveX control with windows



Pre-requisites

Following packages are included in the package

  • Python 2.6.x (2.6.1) included
  • Pre-built VTK python bindings and required DLLs
  • wxPython

Limitations

Sandbox

Following is the test to see if source code insertion works

<source lang="php"> <? print("This is my PHP Code."); ?> </source>