GabMus / razerCommander

GTK contol center for managing razer peripherals on Linux
GNU General Public License v3.0
164 stars 25 forks source link

mason .. ERROR ubuntu 18.0.4 #79

Open richard200117 opened 6 years ago

richard200117 commented 6 years ago

when i do mason . . i get this error richard@richard-PC:~/razercommander/builddir$ meson .. The Meson build system Version: 0.45.1 Source dir: /home/richard/razercommander Build dir: /home/richard/razercommander/builddir Build type: native build Project name: razercommander Build machine cpu family: x86_64 Build machine cpu: x86_64 Configuring org.gabmus.razercommander.desktop using configuration Configuring org.gabmus.razercommander.service using configuration Found Pkg-config: NO

data/meson.build:78:0: ERROR: Pkg-config not found.

A full log can be found at /home/richard/razercommander/builddir/meson-logs/meson-log.txt . . . this is the full log from /home/richard/razercommander/builddir/meson-logs/meson-log.txt

Build started at 2018-09-08T11:23:40.043057 Main binary: /usr/bin/python3 Python system: Linux The Meson build system Version: 0.45.1 Source dir: /home/richard/razercommander Build dir: /home/richard/razercommander/builddir Build type: native build Project name: razercommander Build machine cpu family: x86_64 Build machine cpu: x86_64 Configuring org.gabmus.razercommander.desktop using configuration Configuring org.gabmus.razercommander.service using configuration Found Pkg-config: NO

data/meson.build:78:0: ERROR: Pkg-config not found.

lucoda commented 5 years ago

You have to install a new package using:

sudo apt install pkg-config

Best regards Lucoda