Skip to content
Snippets Groups Projects
Commit 8575e2e5 authored by zleba's avatar zleba Committed by GitHub
Browse files

Update README.md

parent 485279e9
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@ To use this package in script, you first need to complile it by calling
$ make
```
This command creates two shared libraries, one called libPlottingHelper.so using g++ compiler.
Another called plottingHelper_C.so using compiler in ROOT.
For the time being the g++ version was found much faster and therefore is recommended for both Macros, compiled Macros and ROOT programs compiled by g++.
This shell command creates two shared libraries, one called `libPlottingHelper.so` using `g++` compiler.
Another called `plottingHelper_C.so` using compiler in ROOT.
For the time being the `g++` version was found much faster and therefore is recommended for both Macros, compiled Macros and ROOT programs compiled by `g++`.
And then put these lines to the beginning of your program:
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment