-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is ./configure? #943
Comments
The readme is for building from tarball, not from git, to build from git you have to run autogen.sh the first time to create configure [Edit: as it says in the readme section "Installing from a Git clone"] |
After running I don't find a section "Installing from a Git clone" in the readme. I assume you refer to the readme for Geany. |
Correct, it was added in geany/geany#1087 for Geany's README, but no equivalent for Geany-Plugins'. FWIW, if you want to use an actual release version, it's simpler to use a release tarball which contains all the generated files that aren't checked into Git, and so also doesn't require additional Autotoools programs to generate those files. This is the type of build the README currently assumes. Related: #379 |
I am following instructions in README.rst to build from source, after checking out tag 1.36.0. I would like to run
configure
, but cannot find it. I have installed autotools (and already successfully built Geany from source).Where is the
./configure
script/command located?The text was updated successfully, but these errors were encountered: