These instructions do not work out of the box on a fresh machine due to a missing compiler.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC5c15a59e352b: Install base-devel by default for the example Arch Linux build in build-unix.md
I don't have an Arch machine, so I tried this in a docker container:
docker run -it archlinux:latest /bin/bash pacman -S base-devel boost cmake git libevent ninja python git clone https://github.com/Bitcoin-ABC/bitcoin-abc.git cd bitcoin-abc cmake -GNinja . -DBUILD_BITCOIN_WALLET=OFF -DBUILD_BITCOIN_QT=OFF -DENABLE_UPNP=OFF -DBUILD_BITCOIN_ZMQ=OFF -DUSE_JEMALLOC=OFF
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- arch-compiler
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12005 Build 23847: Default Diff Build & Tests build-diff Build 23846: Build without Wallet build-without-wallet Build 23845: Build with clang-10 build-clang-10 Build 23844: arc lint + arc unit
Event Timeline
Comment Actions
Use the development meta group instead: base-devel. This is somewhat the equivalent for the Debian build-essential and should already be installed on most Arch boxes.