Skip to content

Commit 39bfb42

Browse files
committed
doc: Add note about Homebrew eigen3 installation for Linux
1 parent eb3a0d2 commit 39bfb42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/installation/source/linux.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,7 @@ change to ImageMagick security policy::
182182
<policy domain="coder" rights="none" pattern="XPS" />
183183
</policymap>
184184

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

Comments
 (0)