This diff adds the rules to install the built executables.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING1010243bd5ab: [CMAKE] Install executables
rABC1010243bd5ab: [CMAKE] Install executables
For all platforms:
mkdir -p buildcmake/install && cd install cmake -GNinja .. -DCMAKE_INSTALL_PREFIX="install" # Other options
depending on the platform
ninja ninja install
Check that the executables are installed under install/bin/.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cmake_install_bin
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7592 Build 13224: Bitcoin ABC Buildbot (legacy) Build 13223: arc lint + arc unit