Skip to content

Commit

Permalink
Some minor rewording on dynamic library file path
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra authored and pazner committed Apr 29, 2021
1 parent cbdd7b6 commit 97521e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions julia/LibCEED.jl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ By default, LibCEED.jl will use the pre-built libCEED binaries provided by the
[libCEED_jll](https://juliahub.com/ui/Packages/libCEED_jll/LB2fn) package. If
you wish to use a different libCEED binary (e.g. one built from source),
LibCEED.jl can be configured using the `JULIA_LIBCEED_LIB` environment variable
set to the absolute path of the libCEED dynamic library. For the configuration
to take effect, LibCEED.jl must be **built** with this environment variable, for
example:
set to the absolute path of the libCEED dynamic library file (i.e. `libceed.so`,
and _not_ the enclosing directory). For the configuration to take effect,
LibCEED.jl must be **built** with this environment variable, for example:

```julia
% JULIA_LIBCEED_LIB=/path/to/libceed.so julia
Expand Down

0 comments on commit 97521e5

Please sign in to comment.