Skip to content
New issue

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

need dev package in terminal post #1

Closed
nickdesaulniers opened this issue Nov 5, 2017 · 1 comment
Closed

need dev package in terminal post #1

nickdesaulniers opened this issue Nov 5, 2017 · 1 comment

Comments

@nickdesaulniers
Copy link

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!

@DonnieWest
Copy link
Owner

DonnieWest commented Oct 24, 2018

Not sure how I missed this issue for so long. Thanks for the correction :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants