Skip to content

g++: error: pkg-config --cflags --libs opencv: No such file or directory #6

@DoSeek

Description

@DoSeek

use bellow command build:
$ g++ -o encryption encryption.cpp 'pkg-config opencv --cflags --libs'
g++: error: pkg-config --cflags --libs opencv: No such file or directory

but change "apostrophe(')" in command as "back quote()", then build success, as: $ g++ -o encryption encryption.cpp pkg-config opencv --cflags --libs`

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