I'm trying to install PyGObject, so (I guess) I need to install jhbuild. I was following the tutorial that I found on https://developer.gnome.org/jhbuild/unstable/getting-started.html.pt_BR (I got there following the links on Python documentation, so it's probably the official installation guide)
I created a folder called jhbuild inside my user, and a folder called checkout, inside the folder jhbuild, and started a git bash there.
I ran cd jhbuild
, ./autogen.sh
Then the message `make' is required to configure & build jhbuild
I continued the tutorial anyway with make
, but the message bash: make: command not found appeared
What do I have to do to continuing the installation?