File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,10 @@ would add the following lines at the end of the shell configuration
59
59
file ` .bashrc ` .
60
60
``` shell
61
61
# 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
67
66
```
68
67
69
68
On macOS, the root folder is ` /Applications/COMSOL56/Multiphysics ` .
You can’t perform that action at this time.
0 commit comments