How to install AGS? What are the dependencies for this?

When running “mason setup build”, the error “meson.build” appears:17:0: ERROR: Dependency “gobject-introspection-1.0” not found, tried pkgconfig and cmake". I asked on AGS’s Github about this. I was told that I need to install dependencies for this. So, what dependencies do I need to install?

gobject-introspection-devel sounds like a good match.

Next time show what pkg-config module is missing.

1 Like

gjs-1.0 not found. Is that what you meant?

andrei@tumbleweed:~> zypper se --provides -x 'pkgconfig(gjs-1.0)'
Loading repository data...
Reading installed packages...

S | Name         | Summary                               | Type
--+--------------+---------------------------------------+--------
  | libgjs-devel | Development files for the GJS library | package
andrei@tumbleweed:~>
1 Like
hip@192:~/ags> zypper se --provides -x 'pkgconfig(gjs-1.0)'
Загрузка данных о репозиториях...
Чтение установленных пакетов...

S | Name         | Summary                               | Type
--+--------------+---------------------------------------+------
  | libgjs-devel | Development files for the GJS library | пакет
hip@192:~/ags>

Thanks, I get it!) :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.