Skip to content

Commit fd8cf66

Browse files
committed
README modified with workaround for upstream LIBGL issue.
1 parent b55f8f3 commit fd8cf66

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README

Lines changed: 6 additions & 1 deletion
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

@@ -72,6 +72,11 @@ then
7272

7373
(or another macro in the vis directory, if you prefer)
7474

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
79+
7580
---------------------------------------------------
7681

7782
Troubleshooting:

0 commit comments

Comments
 (0)