was following along in https://donniewest.com/build-your-own-minimal-and-scriptable-terminal,
for setting up your machine
sudo apt-get install build-essential libqtermwidget5-0
should be:
sudo apt-get install build-essential libqtermwidget5-0-dev
without the -dev package, you don't get the headers, so pkg-config will fail and the build will fail.
Cool post, thanks!
was following along in https://donniewest.com/build-your-own-minimal-and-scriptable-terminal,
for setting up your machine
should be:
without the -dev package, you don't get the headers, so pkg-config will fail and the build will fail.
Cool post, thanks!