File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,19 @@ This installation:
1919##### Step by step installation
20201 . Install [ FairSoft/AlFa] ( https://github.com/FairRootGroup/FairSoft/tree/dev )
2121
22- we use here "alfa_src" as a directory name, you can change it to what ever you like
22+ we use here "alfa_src" as a directory name, you can change it to what ever you like.
23+
2324
2425``` bash
26+
2527git clone https://github.com/FairRootGroup/FairSoft.git alfa_src
2628cd alfa_src
2729./alfaconfig.sh
2830# 1) gcc (on Linux) 5) Clang (on OSX)
2931# 1) No Debug Info
3032# 2) Internet (install G4 files from internet)
3133# path: ~/AlFa
34+
3235```
3336
3437To run the tests do:
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ EXCLUDE = .git/ \
108108 html-docs/ \
109109 doxygen cmake config gconfig geometry input parameters .svn vis
110110EXCLUDE_SYMLINKS = NO
111- EXCLUDE_PATTERNS =
111+ EXCLUDE_PATTERNS = G__* ClassImp build_*
112112EXCLUDE_SYMBOLS =
113113EXAMPLE_PATH =
114114EXAMPLE_PATTERNS =
You can’t perform that action at this time.
0 commit comments