An EPICS PVAccess library for LabVIEW.
-
Clone EPICS Base to
./epics-baseand build itgit clone https://github.com/epics-base/epics-base.git make -C epics-base
-
Clone PVXS to
./pvxsand build itgit clone --recurse-submodules https://github.com/epics-base/pvxs.git echo 'EPICS_BASE=$(TOP)/../epics-base' > ./pvxs/configure/RELEASE.local make -C pvxs/bundle libevent make -C pvxs
See the PVXS docs for more details
-
Build this library
- Windows
cmake -G "Visual Studio 17 2022" -A x64 -B .\build cmake --build .\build --config Release - Linux
cmake -B ./build cmake --build ./build
- Windows
