Difference between revisions of "GSL"
From HCL
(New page: http://www.gnu.org/software/gsl/) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
http://www.gnu.org/software/gsl/ | http://www.gnu.org/software/gsl/ | ||
+ | |||
+ | If GSL is intalled in a non-default directory | ||
+ | <source lang="bash"> | ||
+ | $ export LD_LIBRARY_PATH=DIR/lib:$LD_LIBRARY_PATH | ||
+ | </source> |
Latest revision as of 13:07, 29 January 2010
http://www.gnu.org/software/gsl/
If GSL is intalled in a non-default directory
$ export LD_LIBRARY_PATH=DIR/lib:$LD_LIBRARY_PATH