N
N
nevantain2021-03-28 18:24:31
GTK+
nevantain, 2021-03-28 18:24:31

How to install GTK+?

I do not understand where to get the files that need to be put into the compiler i.e. on the official website, the explanation starts with "Download the MSYS2 installer that matches your platform and follow the installation instructions." , I did this, and then it says "Install GTK3 and its dependencies.", But no one explains how there is nothing in Google, everyone already has these files, but I don't understand where to get them. Help me please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artyom Sveshnikov, 2021-03-28
@zenitfan2109

Windows and MSYS2:
pacman -S base-devel mingw-w64-i686-toolchain mingw-w64-i686-gtk3
second option:
pacman -S base-devel mingw-w64-x86_64-toolchain mingw-w64-x86_64-gtk3

A
Alexander, 2021-03-28
@NeiroNx

for Linux, everything is in the standard repositories and is set quite simply:
sudo apt-get install libgtk-3-dev

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question