Skip to content

A2-Collaboration/epics

 
 

Repository files navigation

epics

My personal EPICS distribution for Debian-like systems (Debian, Ubuntu, Raspbian).

It contains:

  • EPICS Base 3.15 (bazaar version May 21, 2014)
  • Modules
  • seq
  • ipac
  • asyn
  • stream device
  • Extensions
  • EasyCA

All sources are taken from the EPICs website. The corresponding RELEASE files where adapted, no source files were changed. Credit goes to the corresponding authors, I just put the sources together in one place.

EPICS and the here used modules are published under the EPICS Open License.

Please see:

Install

  1. Clone into /opt/epics. Other destination paths are not supportet right now (unless you find all hardcoded paths in the config files and adjust them).
  2. cd /opt/epics
  3. make -jN, where N = number of processes to use. You will be asked to enter your password for sudo to install (possibly) missing dependencies. The build process takes about 75 minutes on the Raspberry Pi.
  4. source thisEPICS.sh to set up paths.
  5. Test: Type caget and see if it works.

About

My personal EPICS distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.1%
  • C++ 18.9%
  • HTML 8.3%
  • Smalltalk 2.7%
  • Shell 1.9%
  • Python 1.8%
  • Other 4.3%