From a090a2f571d08b6055e2be9a437c7894f970b61b Mon Sep 17 00:00:00 2001 From: Mast Date: Fri, 30 Aug 2024 12:25:20 -0700 Subject: [PATCH] Include note for macOS Homebrew users in README saying where to find zmq install path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0adbf8..b3655ec 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cd ns-3-dev/ git clone https://github.com/GMLC-TDC/helics-ns3 contrib/helics ``` -Run `./waf configure` with the `--disable-werror` option, and set the `--with-helics` option to the path of your HELICS installation. To enable examples or tests use `--enable-examples` or `--enable-tests`, respectively. If ZMQ is not found, `--with-zmq` can be used to specify where it is installed. Paths should be absolute. +Run `./waf configure` with the `--disable-werror` option, and set the `--with-helics` option to the path of your HELICS installation. To enable examples or tests use `--enable-examples` or `--enable-tests`, respectively. If ZMQ is not found, `--with-zmq` can be used to specify where it is installed (for macOS Homebrew users, `brew --prefix` will give the correct location). Paths should be absolute. After configuration is done, run `./waf build` to compile ns-3 with the HELICS module.