Yeah, to install all of the dependencies, if you're on a Debian-derived Linux
distro, just run this command:
sudo apt install build-essential libz-dev libpng-dev libsdl2-dev
libfreetype-dev nasm libboost-dev libboost-filesystem-dev
I wish we didn't have the Boost dependency but unfortunately Glide64mk2 uses
it. If you can't get Boost installed (the development packages) you can also
just remove this video plugin from the list of packages to build in
m64p_build.sh. You can still build and use the other video plugins.
Richard