Skip to content

Commit cf27ad2

Browse files
committed
Don't recommend adding gcc folder in Limitations.
1 parent fdb9e2b commit cf27ad2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/limitations.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,10 @@ would add the following lines at the end of the shell configuration
5959
file `.bashrc`.
6060
```shell
6161
# Help MPh find Comsol's shared libraries.
62-
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH\
63-
:/usr/local/comsol56/multiphysics/lib/glnxa64\
64-
:/usr/local/comsol56/multiphysics/lib/glnxa64/gcc\
65-
:/usr/local/comsol56/multiphysics/ext/graphicsmagick/glnxa64\
66-
:/usr/local/comsol56/multiphysics/ext/cadimport/glnxa64
62+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\
63+
/usr/local/comsol56/multiphysics/lib/glnxa64:\
64+
/usr/local/comsol56/multiphysics/ext/graphicsmagick/glnxa64:\
65+
/usr/local/comsol56/multiphysics/ext/cadimport/glnxa64
6766
```
6867

6968
On macOS, the root folder is `/Applications/COMSOL56/Multiphysics`.

0 commit comments

Comments
 (0)