From 0bc512b67759ead7d484812016a03e287d19fe5e Mon Sep 17 00:00:00 2001
From: Ludovico de Nittis <ludovico.denittis@collabora.com>
Date: Wed, 9 Oct 2019 15:07:24 +0200
Subject: [PATCH] Mention the SteamRT development repositories

Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com>
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 4227e009f..4f0bd907c 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,12 @@ Then you can do:
         --archive .
     ./tests/relocatable-install.py _build/relocatable-install  # optional
 
+When building a development version of `pressure-vessel` using a 'scout'
+SDK Docker image, if the `pressure-vessel-build-relocatable-install`
+script is unable to find some of the required dependencies, it might be
+necessary to add apt repositories containing development versions of
+those dependencies to `/etc/apt/sources.list`, and run `apt-get update`.
+
 For more convenient use on a development system, if you have a
 SteamRT 1 'scout' SDK tarball or an unpacked sysroot, you can place a
 tarball at `_build/sysroot.tar.gz` or unpack a sysroot into
-- 
GitLab