From 00c1c9dfb345d7712b200844ea749bd87a7909db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 12 Nov 2019 00:30:14 +0100 Subject: =?UTF-8?q?Doc:=20add=20a=20missing=20=E2=80=9Ccd=20build/?= =?UTF-8?q?=E2=80=9D=20in=20one=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/developer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/developer.rst b/doc/developer.rst index 636e04e..416cf64 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -69,7 +69,7 @@ created): .. code-block:: bash :caption: Configure and build biboumi from inside the container - docker exec biboumi-e2e sh -c "cd biboumi && mkdir build && cmake .." + docker exec biboumi-e2e sh -c "cd biboumi && mkdir build/ && cd build/ && cmake .." This is needed (only once), because if you configure it from your host machine, then the paths generated by cmake will be all wrong when you try -- cgit v1.2.3