Skip to content

Commit 0e37474

Browse files
authored
Merge pull request #41 from JeffersonLab/hotfix_issue38_visualization
Hotfix issue38 visualization PR into master
2 parents 211ed7f + fd8cf66 commit 0e37474

File tree

3 files changed

+8
-43
lines changed

3 files changed

+8
-43
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ set(REMOLL_SCRIPTS
152152
vis/X.mac
153153
macros/runexample.mac
154154
macros/gui.mac
155-
macros/vis.mac
156155
rootlogon.C
157156
)
158157

README

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Visualization macros are found in vis/
5858

5959
To run, execute
6060

61-
./remoll
61+
./build/remoll
6262

6363
which should bring up a graphical command interface
6464

@@ -68,8 +68,14 @@ To see the geometry you have to say:
6868

6969
then
7070

71-
/control/execute macros/vis.mac
71+
/control/execute vis/Qt.mac
7272

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
7379

7480
---------------------------------------------------
7581

macros/vis.mac

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)