See https://jool.mx/en/install.html.

Quick version:

	./autogen.sh         # If this script does not exist, skip this command.
	./configure
	make
	sudo make install    # userspace tools
	sudo dkms install .  # kernel modules
