Skip to content

Commit

Permalink
Update installation instructions to account for the registration of r…
Browse files Browse the repository at this point in the history
…elease 0.3.0
  • Loading branch information
grasph committed Jun 12, 2024
1 parent 679126d commit 3377e7a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,21 @@ Linux and MacOS.

## Installation

From Julia REPL, type `]` to enter in the package manager and type
To install the latest release, type from the Julia REPL, type `]` to enter in the package manager and then,

```
add https://github.com/JuliaHEP/ROOT.jl
add ROOT
```

Registration in the General repository is in progress. Once it will be done, `add ROOT` will be used.
The developement version (github HEAD) can be installed using,

```
dev https://github.com/JuliaHEP/ROOT.jl
build ROOT
```

⚠ Installation can stay several minutes (ten of minutes on macOS) on the following message.

⚠️ Installation can stay several minutes (ten of minutes on macOS) on the following message.

```
Building ROOT → `.../build.log`
Expand All @@ -41,6 +47,8 @@ Building ROOT → `.../build.log`

This is due to the installation of ROOT and compilation of the wrapper library. **Be patient**. You can open the indicated `build.log` file to see the progress.

💡 Sometimes the `build.jl` script is not launched by the package manager. It is for instance the case in the development mode (package added with the `dev` command). In case of the command `add ...` command fail, try first to run `build ROOT` from the package manager prompt before investigating further.

## ROOT version

Current ROOT version uses ROOT release 6.30.04. If a ROOT installation is found in the default binary search paths (PATH environment variable) with this version, then it will be used. Otherwise, ROOT will be installed using [Conda](https://github.com/JuliaPy/Conda.jl) into `$HOME/.julia/Conda/3`.
Expand Down

0 comments on commit 3377e7a

Please sign in to comment.