[Doc] Add missing autogen to example builds#8787
[Doc] Add missing autogen to example builds#8787laanwj merged 1 commit intobitcoin:masterfrom AmirAbrams:patch-1
Conversation
|
configure comes with the source code packages. You should not be using git unless you are a developer. |
|
But in practice most people following this guide seem to be cloning from git. No one uses the source tarball. It's mostly developers that follow this guide in the first place. Also IIRC we mention It could ofc. be added that it is optional. |
|
@luke-jr I always build from git but I am a developer and thought the document was intended for developers. If not, then please close my PR but like @laanwj points out, build-osx.md and build-unix.md reference the autogen.sh step. Maybe I can add an |
Maybe just add a comment after it |
doc/build-windows.md
Outdated
|
Is it okay like this? If you agree, I will make the change and squash into one commit. |
|
I made the corrections and squashed my commits. |
3f58a28 [Doc] Add missing autogen to example builds (Amir Abrams)
3f58a28 [Doc] Add missing autogen to example builds (Amir Abrams)
3f58a28 [Doc] Add missing autogen to example builds (Amir Abrams)
The Windows cross-compile build examples are missing the
autogen.shstep. Without that step,configuredoesn't exist and you get this error:Using Ubuntu 16.04 64 bit.