Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
ba8f4c52
Commit
ba8f4c52
authored
Feb 25, 2020
by
Nikola Hardi
Browse files
Update README.md
parent
ab33dcbc
Pipeline
#1440669
passed with stage
in 5 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ba8f4c52
...
...
@@ -17,37 +17,25 @@ repository:
```
bash
rm
-rf
alidist
# make a backup first if you wish
git clone https://github.com/
dberzano/alidist
-b
jalien-integration
git clone https://github.com/
alisw/alidist
```
Since you are going to develop JAliEn-ROOT, have it ready as "development
package" as seen by aliBuild:
```
bash
aliBuild init JAliEn-ROOT
aliBuild init JAliEn-ROOT
@master
```
The project will be cloned as a Git repository, make sure you have all the
proper "remotes" set correctly.
The project will be cloned as a Git repository.
Now follow the steps from the guide above, but build the JAliEn plugin instead
of AliRoot/AliPhysics:
```
bash
aliBuild build JAliEn-ROOT
--defaults
user-root6
aliBuild build JAliEn-ROOT
--defaults
user-
next-
root6
```
**In the current directory, from where you'll launch ROOT**
, create a
`.rootrc`
file with the following content:
```
Unix.*.Root.PluginPath: $(ROOTSYS)/etc/plugins:$(JALIEN_ROOT_ROOT)/etc/plugins
```
For the moment,
[
this is a
workaround
](
https://root.cern.ch/root/htmldoc/guides/users-guide/GettingStarted.html#environment-setup
)
to make ROOT see our plugin without modifying any configuration file.
To use the plugin there is no need to load the environment permanently, it is
sufficient to load ROOT within the proper environment:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment