Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.14 KB

File metadata and controls

36 lines (24 loc) · 1.14 KB

PVTUI

Documentation

PVTUI is a library for creating terminal/text based user interfaces for EPICS built on FTXUI and pvAccessCPP.

pvtui_motor

Dependencies

Quick Start

git clone https://github.com/BCDA-APS/pvtui
cd pvtui
cmake --preset release
cmake --build build/release
# optionally install (default prefix: `~/.local`, or specify --prefix)
# cmake --install build/release

See the tutorial for creating your own applications.

Documentation

Full documentation is available at https://bcda-aps.github.io/pvtui/

License

See LICENSE for details.