Le 17/07/2012 00:09, Sean Felipe Wolfe a écrit : > On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe <[email protected]> > wrote: >> >> That looks pretty good! I've got a GTK build environment running, >> gtk-demo works, so going to grab the Geany code and try a build. > > I just downloaded the latest code tarball from here: > http://git.geany.org/geany/snapshot/geany-1.22.0.tar.gz > > Looking at the README file, it's saying I should run ./configure, then > make, then make install. However, I'm not seeing a 'configure' file in > the code I downloaded. > > Did I miss something? Thanks.
Yes, this is a nightly tarball, not a release one. This needs the same steps as the Git version would need I guess, so run "./autogen.sh" before configure. Regards, Colomban _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
