I just did a git clone of geany. I read INSTALL for instructions:
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
./configure: No such file or directory
It seems that I need to run autogen.sh first. This should not need to be guessed or known from experience elsewhere.
—
Reply to this email directly or view it on GitHub.