File tree Expand file tree Collapse file tree 3 files changed +8
-43
lines changed Expand file tree Collapse file tree 3 files changed +8
-43
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ set(REMOLL_SCRIPTS
152
152
vis/X.mac
153
153
macros /runexample.mac
154
154
macros /gui.mac
155
- macros /vis.mac
156
155
rootlogon.C
157
156
)
158
157
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Visualization macros are found in vis/
58
58
59
59
To run, execute
60
60
61
- ./remoll
61
+ ./build/ remoll
62
62
63
63
which should bring up a graphical command interface
64
64
@@ -68,8 +68,14 @@ To see the geometry you have to say:
68
68
69
69
then
70
70
71
- /control/execute macros/ vis.mac
71
+ /control/execute vis/Qt .mac
72
72
73
+ (or another macro in the vis directory, if you prefer)
74
+
75
+ Due to a reported issue (https://github.com/JeffersonLab/remoll/issues/40)
76
+ you may need to run remoll with the following env var set:
77
+
78
+ LIBGL_ALWAYS_INDIRECT=1 ./build/remoll
73
79
74
80
---------------------------------------------------
75
81
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments