Skip to content

Commit 892525f

Browse files
committed
add README
1 parent 7c83a61 commit 892525f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Quartz Data Pre-viewer
2+
3+
Viewer for data files acquired by Osprey DCS Quartz ADC system.
4+
5+
See other software components:
6+
7+
- Acquisition sequencing https://github.com/osprey-dcs/atf-engine
8+
- Quartz IOC https://github.com/osprey-dcs/atf-acq-ioc
9+
10+
## Dependencies
11+
12+
- Linux
13+
- CMake
14+
- Qt5
15+
- Qt5Charts
16+
- FFTW3
17+
18+
## Building
19+
20+
```sh
21+
sudo apt-get install build-essential cmake libqt5charts5-dev libfftw3-dev
22+
23+
git clone https://github.com/osprey-dcs/atf-previewer.git
24+
cd atf-previewer
25+
cmake -S . -B build
26+
cmake --build build
27+
```

0 commit comments

Comments
 (0)