Just adding some notes about building on Arch Linux. Shows which packages are necessary and gives a little info about how the pre-built packages are built.
doc: add arch linux build example #7847
pull mruddy wants to merge 1 commits into bitcoin:master from mruddy:doc-build-arch-linux changing 1 files +19 −1-
mruddy commented at 12:21 AM on April 9, 2016: contributor
-
laanwj commented at 7:40 AM on April 9, 2016: member
Travis failure is unrelated and intermittent (#7463).
BTW for doc-only changes like this you can put
[skip ci]in the pull request description (not in the title) - laanwj added the label Docs and Output on Apr 9, 2016
-
MarcoFalke commented at 10:32 AM on April 9, 2016: member
put [skip ci] in the pull request description
I think travis no longer fetches this from GitHub. You'd have to put it in the commit body.
-
MarcoFalke commented at 10:35 AM on April 9, 2016: member
Not sure if it makes sense to hardcode stuff like "v0.12.0" or "python2" as this will be outdated in one or two months.
-
fe53a2af6f
doc: add arch linux setup and build example
[skip ci]
- mruddy force-pushed on Apr 9, 2016
-
mruddy commented at 1:08 PM on April 9, 2016: contributor
Cool, I put
[skip ci]in the commit body and it seems to have worked. I removed the reference to the tag (tags are around for a long time, but it was not important to what I was documenting so I removed it) andpython2and reworded things a little. -
in doc/build-unix.md:None in fe53a2af6f
254 | +----------------------------------- 255 | +This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux: 256 | + 257 | + pacman -S git base-devel boost libevent python 258 | + git clone https://github.com/bitcoin/bitcoin.git 259 | + cd bitcoin/
paveljanik commented at 8:06 PM on April 12, 2016:save typing, remove / ;-)
mruddy commented at 11:36 AM on April 13, 2016:tab completion :)
in doc/build-unix.md:None in fe53a2af6f
249 | @@ -250,6 +250,24 @@ A list of additional configure flags can be displayed with: 250 | ./configure --help 251 | 252 | 253 | +Setup and Build Example: Arch Linux 254 | +----------------------------------- 255 | +This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux: 256 | + 257 | + pacman -S git base-devel boost libevent python 258 | + git clone https://github.com/bitcoin/bitcoin.git
paveljanik commented at 8:06 PM on April 12, 2016:save typing, remove .git at the end
mruddy commented at 11:36 AM on April 13, 2016:copy and paste :)
in doc/build-unix.md:None in fe53a2af6f
256 | + 257 | + pacman -S git base-devel boost libevent python 258 | + git clone https://github.com/bitcoin/bitcoin.git 259 | + cd bitcoin/ 260 | + ./autogen.sh 261 | + ./configure --disable-wallet --without-gui --without-miniupnpc
paveljanik commented at 8:07 PM on April 12, 2016:Why do you mention miniupnpc here?
mruddy commented at 11:40 AM on April 13, 2016:didn't need it for what i was doing. this was just from my notes. that's all. i also use
make -j 4 check(it saves a lot of time to run multiple jobs at once) but didn't want to try to describe how to get the number of non-hyperthreaded cores in a generalized way.paveljanik commented at 8:10 PM on April 12, 2016: contributordcousens commented at 2:35 AM on April 13, 2016: contributorconcept ACK
laanwj merged this on Apr 14, 2016laanwj closed this on Apr 14, 2016laanwj referenced this in commit 3eae681493 on Apr 14, 2016laanwj commented at 10:16 AM on April 14, 2016: memberI think travis no longer fetches this from GitHub. You'd have to put it in the commit body.
Please not in the title next time, though.
mruddy deleted the branch on Apr 14, 2016codablock referenced this in commit bef76b9278 on Sep 16, 2017codablock referenced this in commit f3d93b8273 on Sep 19, 2017codablock referenced this in commit 1ac85586c9 on Dec 20, 2017MarcoFalke locked this on Sep 8, 2021ContributorsLabels
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-22 18:15 UTC
More mirrored repositories can be found on mirror.b10c.me