Skip to content

Files

Latest commit

28f42c8 · Feb 12, 2024

History

History

ubuntu-2004

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 12, 2024
Sep 15, 2021
Sep 15, 2021
Jan 19, 2023
Sep 15, 2021
Feb 27, 2023
Sep 15, 2021
Sep 15, 2021
Sep 15, 2021
Jan 19, 2023
Sep 15, 2021

Build indy-node using docker

./build-indy-node-docker.sh <path-to-sources> <version>

Built package is placed in a docker volume indy-node-deb-u1604.

Build indy-node

./build-indy-node.sh <path to sources> <version> <output-path: default='.'>

Built package is placed in the output-path folder.

Build 3rd-party dependencies using docker

./build-3rd-parties-docker.sh

Built packages are placed in a docker volume indy-node-deb-u1604.

Build 3rd-party dependencies

./build-3rd-parties-docker.sh <output-path: default='.'>

Built packages are placed in the output-path folder.