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)