UClient: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 8: | Line 8: | ||
=== Windows === | === Windows === | ||
# Download portable python package [[from here]] | # Download portable python package [[from here]] and extract it say c:\uClient | ||
<quote> | |||
todo: insert image here | |||
</quote> | |||
# Get the latest source code. Instructions on updating source code and the descriptions of various source branches are [[uClient::Instructions to get latest source]] | |||
<quote> | |||
todo: insert image here | |||
</quote> | |||
=== For linux === | === For linux === |
Revision as of 20:21, 3 January 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
<quote> todo: insert image here </quote>
- Get the latest source code. Instructions on updating source code and the descriptions of various source branches are uClient::Instructions to get latest source
<quote> todo: insert image here </quote>
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
<quote svn co https://www.kitware.com/svn/Connectome/RemoteClient/trunk uClient /quote>
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
<source lang="php"> <? print("This is my PHP Code."); ?> </source>