After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 692863 - Add ./autogen.sh to README
Add ./autogen.sh to README
Status: RESOLVED NOTABUG
Product: pygtk
Classification: Bindings
Component: documentation
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2013-01-30 08:58 UTC by Jean Jordaan
Modified: 2013-01-30 13:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add ./autogen.sh to README (344 bytes, patch)
2013-01-30 08:58 UTC, Jean Jordaan
none Details | Review

Description Jean Jordaan 2013-01-30 08:58:04 UTC
Created attachment 234809 [details] [review]
Add ./autogen.sh to README

After cloning the repo, there is no 'configure' script. 
Need to run './autogen.sh' first to get it.
Comment 1 Martin Pitt 2013-01-30 13:30:44 UTC
Well, the README says that you get pygobject from http://ftp.gnome.org/pub/GNOME/sources/pygobject/, which does have the configure scripts.

We don't recommend pygobject users to use random git snapshots. You'll need a lot more build dependencies if you want to run from git, so the Requirements etc. are wrong as well.

But I still think this should be aimed towards releases, so I respectfully close this bug.

Thank you!