View and install fonts on a Linux system
To add the PPA (required for the package), run the following commands:
sudo add-apt-repository ppa:chocolateimage/ppa
sudo apt update
To install the package, run:
sudo apt install fontviewer
You need to have meson
installed.
Run this command to setup the build directory:
meson setup builddir
cd builddir
And to compile the program run:
meson compile
To run fontviewer run:
# Make sure to be in the build directory!
./fontviewer