@probonopd
Copy link

Trying to compile on Ubuntu 16.04:

sudo apt install cmake libglib2.0-dev libxml2-dev libyaml-dev gobject-introspection
git clone https://github.com/ximion/appstream.git
cd appstream/
mkdir build
cd build
cmake -DSTEMMING=OFF ..

-- Compiling AppStream version 0.10.2
-- Checking for module 'gobject-introspection-1.0'
--   No package 'gobject-introspection-1.0' found
CMake Error at src/CMakeLists.txt:24 (message):
  GObject introspection scanner was not found! Please install it to continue.

Is the gobject-introspection package not the correct one?