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
  1. mruddy commented at 12:21 AM on April 9, 2016: contributor

    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.

  2. 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)

  3. laanwj added the label Docs and Output on Apr 9, 2016
  4. 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.

  5. 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.

  6. doc: add arch linux setup and build example
    [skip ci]
    fe53a2af6f
  7. mruddy force-pushed on Apr 9, 2016
  8. 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) and python2 and reworded things a little.

  9. 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 :)

  10. 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 :)

  11. 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.

  12. dcousens commented at 2:35 AM on April 13, 2016: contributor

    concept ACK

  13. laanwj merged this on Apr 14, 2016
  14. laanwj closed this on Apr 14, 2016

  15. laanwj referenced this in commit 3eae681493 on Apr 14, 2016
  16. laanwj commented at 10:16 AM on April 14, 2016: member

    I 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.

  17. mruddy deleted the branch on Apr 14, 2016
  18. codablock referenced this in commit bef76b9278 on Sep 16, 2017
  19. codablock referenced this in commit f3d93b8273 on Sep 19, 2017
  20. codablock referenced this in commit 1ac85586c9 on Dec 20, 2017
  21. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

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

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me