Skip to content

Commit 9423d18

Browse files
committed
--amend
1 parent 90017be commit 9423d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ The `ROOTprefs` package is used to set shared library installation preferences
88

99
The `ROOT_jll` and `ROOT_julia_jll` packages, which are installed by the Julia package manager when adding `ROOT.jl`, provide the shared libraries for Linux. An alternative option, currently the only one available on macOS, is to use a standard ROOT C++ software installation (not `ROOT_jll`). In this case, the C++-Julia interface shared library is built on-the-fly the first time the ROOT module is imported.
1010

11-
The `ROOTprefs` Julia package provides the methods to customize how the C++ shared libraries are provided. In particular, see the [`use_root_jll(enable=true)`](@ref) and [`set_ROOTSYS(path=nothing)`](@ref) methods. Preferences are stored in the `LocalPreferences.toml` file of the active Julia project.
11+
The `ROOTprefs` Julia package provides the methods to customize how the C++ shared libraries are provided. In particular, see the [`set_use_root_jll(enable=true)`](@ref) and [`set_ROOTSYS(path=nothing)`](@ref) methods. Preferences are stored in the `LocalPreferences.toml` file of the active Julia project.
1212

1313
## Usage
1414

1515
### The main switch
1616

17-
To use shared libraries from the `jll` packages, if available for your platform, call [`use_root_jll()`](@ref). To use externally installed ROOT software and compile on the fly the library for the Julia bindings, call `use_root_jll(false)(@ref)'.
17+
To use shared libraries from the `jll` packages, if available for your platform, call [`set_use_root_jll()`](@ref). To use externally installed ROOT software and compile on the fly the library for the Julia bindings, call `use_root_jll(false)(@ref)'.
1818

1919
### Specifying external ROOT installation location
2020

0 commit comments

Comments
 (0)