Differences between revisions 1 and 2
Revision 1 as of 2010-04-14 15:04:18
Size: 53
Editor: YoichiAso
Comment:
Revision 2 as of 2010-04-14 15:11:17
Size: 693
Editor: YoichiAso
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Installation ==
We assume that EPICS base is installed in /opt/epics/base.

=== EpicsCA ===
Download EpicsCA version 2 (not 3 yet) from below:

http://cars9.uchicago.edu/~newville/Epics/Python/

Extract it in {{{/opt/epics/}}}.

Set appropriate environmental variables (these are actually set by .cshrc, so you shouldn't have to be bothered).
{{{
LD_LIBRARY_PATH=/opt/epics/base/lib/linux-x86_64
EPICS_BASE=/opt/epics/base
EPICS_EXTENSIONS=/opt/epics/extensions
EPICS_HOST_ARCH=linux-x86_64
}}}

Run
{{{python setup.py build}}}
You may need to install development files for python, if these are not installed yet.

PicoMotor control system using EPICS and Python

Installation

We assume that EPICS base is installed in /opt/epics/base.

EpicsCA

Download EpicsCA version 2 (not 3 yet) from below:

http://cars9.uchicago.edu/~newville/Epics/Python/

Extract it in /opt/epics/.

Set appropriate environmental variables (these are actually set by .cshrc, so you shouldn't have to be bothered).

LD_LIBRARY_PATH=/opt/epics/base/lib/linux-x86_64
EPICS_BASE=/opt/epics/base
EPICS_EXTENSIONS=/opt/epics/extensions
EPICS_HOST_ARCH=linux-x86_64

Run python setup.py build You may need to install development files for python, if these are not installed yet.

CLIO/Technicals/PMEPICS (last edited 2010-04-15 22:51:13 by YoichiAso)