Set up Makie with Intel integrated graphics

I would like to try the fancy new InteractiveViz package.
Julia 1.4 on a laptop running Fedora 32 Linux
Intel Corporation HD Graphics 620 (rev 02)

Glxinfo says that I am using Mesa rendering:
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4

Can anyone advise on installing a Makie backend?
I cannot seem to install GLMakie.

I’m not a Makie user but isn’t this what CairoMakie is intended to allow?

Fixed - this is the libstdc++ issue described here

the fix of removing the Julia supplied libstdc++ and linking to the system one works.

Unfortunately, CairoMakie is not interactive yet (though it’s certainly possible).

With Fedora 32 you can try to install Julia with the native package manager

sudo dnf install julia

(at present it installs 1.4.2 version, not lagging behind the last version like before).
For me Makie compiles with OpenGL in the julia installed liek this, and fails if I try to use the generic linux binary from the julia site.