libbc easy build with the install script

server | install | source | source-full | client | wallet

THIS IS A DRAFT - testing on debian11

Build

grab the latest install script from the repo

wget https://raw.githubusercontent.com/libbitcoin/libbitcoin-server/version3/install.sh
chmod +x install.sh

wget https://raw.githubusercontent.com/libbitcoin/libbitcoin-server/version3/install-cmake.sh
chmod +x install-cmake.sh

apt install lzma lzma-dev

rm -rf /opt/lbc-srv/
    mkdir -p /opt/lbc-srv/
    time nice ./install.sh --prefix=/opt/lbc-srv --build-boost --disable-shared

#apt install cmake
#time nice ./install-cmake.sh

Troubleshooting

*** Warning: Linking the shared library src/libbitcoin-protocol.la against the
*** static library libprotokit.a is not portable!
ar: libprotokit.a: No such file or directory
make: *** [Makefile:873: src/libbitcoin-protocol.la] Error 1

==> …

Resources

version 3 https://github.com/libbitcoin/libbitcoin-server/blob/version3/README.md


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun