Skip to content

need dev package in terminal post #1

Description

@nickdesaulniers

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions