https://github.com/jeonghanlee/epics-env-support
ADCore, ADSimDetector, ADGenICam, and ADVimba
https://github.com/jeonghanlee/epics-env-support
als-u areadetector epics
Last synced: 4 months ago
JSON representation
ADCore, ADSimDetector, ADGenICam, and ADVimba
- Host: GitHub
- URL: https://github.com/jeonghanlee/epics-env-support
- Owner: jeonghanlee
- Created: 2024-12-07T07:52:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-05-29T17:00:50.000Z (5 months ago)
- Last Synced: 2025-05-29T18:38:53.411Z (5 months ago)
- Topics: als-u, areadetector, epics
- Language: Makefile
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AreaDetector Modules Configuration for EPICS-env
In order to use this repository, one must setup the EPICS environment according to the following site.
https://github.com/jeonghanlee/EPICS-env
## Packages
Only the following Linux System Packages are used. I don't use the `ADSupport`.
The following packages will be updated according to our application requirements.```
apt install libxml2-dev libhdf5-dev libjpeg-dev libtiff-dev libz-dev libusb-1.0-0-dev```
## How to install
```
echo "INSTALL_LOCATION=/home/jeonglee/epics/1.1.0/debian-12/7.0.7/base" > configure/CONFIG_SITE.local
make init
make conf
make build
make symlinks
```## The follow modules will be installed within EPICS-env
```
ADCore
ADSimDetector
ADGenICam
ADVimba
```