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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-04T05:49:55.000Z (9 months ago)
- Last Synced: 2025-09-04T07:25:41.326Z (9 months ago)
- Topics: als-u, areadetector, epics
- Language: Makefile
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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.1/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
```