Skip to content

Instantly share code, notes, and snippets.

@chemicalfiend
Created August 6, 2022 04:18
Show Gist options
  • Save chemicalfiend/aff091ff5182ba179bca025ac02ca389 to your computer and use it in GitHub Desktop.
Save chemicalfiend/aff091ff5182ba179bca025ac02ca389 to your computer and use it in GitHub Desktop.
getting GLMakie on Arch Linux

Installing Makie on Arch Linux (no GPU needed)

Getting Makie setup on Linux when you don't have a GPU can be a pain.

Try first getting makie by the standard ] add GLMakie on Julia. if it fails to precompile, you might lack some of the video drivers necessary. Try : doas pacman -S mesa mesa-utils xorg-dev and get all the necessary OpenGL stuff too. Then reboot your system.

The next step is to get rid of a pesky file. Go to [julia-version]/lib/julia/ and delete the libstdc++.so.6. Maybe reboot again? This may not be necessary.

Now start a Julia REPL and try using GLMakie . It should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment