Skip to content

Commit

Permalink
Include note for macOS Homebrew users in README saying where to find …
Browse files Browse the repository at this point in the history
…zmq install path
  • Loading branch information
nightlark committed Aug 30, 2024
1 parent 29370f9 commit a090a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a090a2f

Please sign in to comment.