We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
4fa3a1a
Not sure how I missed this issue for so long. Thanks for the correction :D
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: