Home

Awesome

lrose-bootstrap

The lrose-bootstrap repository contains:

This is a small repository that is quick to check out.

Checkout and build lrose-core using cmake

Run:

  checkout_and_build_cmake.py

to clone lrose core from github, build it using cmake in a temporary location, and install it.

Run:

  checkout_and_build_cmake.py --help

for the usage.

Checkout and build lrose-core using automake

Run:

  checkout_and_build_auto.py

to clone lrose core from github, build it using configure in a temporary location, and install it.

Run:

  checkout_and_build_auto.py --help

for the usage.

Create packages using Docker

See: Creating packages

Build CIDD and push image to DockerHub

See: Build CIDD for docker

Build solo3 and push image to DockerHub

See: Build solo3 for docker