We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3a0d2 commit 39bfb42Copy full SHA for 39bfb42
doc/installation/source/linux.rst
@@ -182,3 +182,7 @@ change to ImageMagick security policy::
182
<policy domain="coder" rights="none" pattern="XPS" />
183
</policymap>
184
185
+If you install eigen3 via brew packaging for Linux (eigen@3), you need to add it to the CMake
186
+prefix path to be able to locate it properly, since brew does not symlink it.::
187
+
188
+ ./ns3 configure -- -DCMAKE_PREFIX_PATH="/home/linuxbrew/.linuxbrew/opt/eigen@3/"
0 commit comments