Skip to content

Commit

Permalink
Don't recommend adding gcc folder in Limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Oct 28, 2021
1 parent fdb9e2b commit 8dec413
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ would add the following lines at the end of the shell configuration
file `.bashrc`.
```shell
# Help MPh find Comsol's shared libraries.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH\
:/usr/local/comsol56/multiphysics/lib/glnxa64\
:/usr/local/comsol56/multiphysics/lib/glnxa64/gcc\
:/usr/local/comsol56/multiphysics/ext/graphicsmagick/glnxa64\
:/usr/local/comsol56/multiphysics/ext/cadimport/glnxa64
export LD_LIBRARY_PATH=\
/usr/local/comsol56/multiphysics/lib/glnxa64:\
/usr/local/comsol56/multiphysics/ext/graphicsmagick/glnxa64:\
/usr/local/comsol56/multiphysics/ext/cadimport/glnxa64
```

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

0 comments on commit 8dec413

Please sign in to comment.