facebookincubator/oomd

Error when trying to build the project

diegonvs opened this issue · 0 comments

Hey folks, I'm currently trying to build the project from the source but the following error is happening:

❯ meson build && ninja -C build
The Meson build system
Version: 0.49.2
Source dir: /home/diego/workspace/oomd
Build dir: /home/diego/workspace/oomd/build
Build type: native build
Project name: oomd
Project version: 0.2.0
Native C++ compiler: c++ (gcc 7.4.0 "c++ (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found Pkg-config: NO
Found CMake: NO
Dependency jsoncpp found: NO 

meson.build:60:0: ERROR:  Pkg-config not found.

A full log can be found at /home/diego/workspace/oomd/build/meson-logs/meson-log.txt
~/workspace/oomd on master ❯                                            at 20:04:02

I have meson, vcpkg and jsoncpp installed here.