Skip to content
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

Open
fantauzzi opened this issue Jan 11, 2020 · 3 comments
Open

Where is ./configure? #943

fantauzzi opened this issue Jan 11, 2020 · 3 comments

Comments

@fantauzzi
Copy link

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?

@elextr
Copy link
Member

elextr commented Jan 11, 2020

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"]

@fantauzzi
Copy link
Author

fantauzzi commented Jan 11, 2020

After running autogen.sh I have been able to run configure, as you wrote.

I don't find a section "Installing from a Git clone" in the readme. I assume you refer to the readme for Geany.

@codebrainz
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants