From a4b070a372a93b02906dd67d8a5de7fef6f9dd69 Mon Sep 17 00:00:00 2001 From: Graeme Winter Date: Mon, 14 Apr 2025 17:54:48 -0500 Subject: [PATCH] LIBEVENT hint for homebrew (#112) LIBEVENT hint for homebrew Use brew --prefix --- documentation/building.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/building.rst b/documentation/building.rst index e4df2d5..e47aa48 100644 --- a/documentation/building.rst +++ b/documentation/building.rst @@ -32,6 +32,11 @@ On Debian/Ubuntu. :: apt-get install libevent-dev +On macOS / Homebrew. :: + + brew install libevent + export LIBEVENT=$(brew --prefix) + To build from source (Requires `CMake `_): :: make -C pvxs/bundle libevent # implies .$(EPICS_HOST_ARCH)