From 647f3b87bd6abfc70391d37eb2b208dc1a655755 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada <4146450+sahumada@users.noreply.github.com> Date: Mon, 24 Aug 2020 18:27:19 +0200 Subject: [PATCH] Documentation: Update BuildInstructions.md Add missing `cmake ..' line before compiling with make --- Documentation/BuildInstructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 8fc371763f..7fc1fc02ea 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -84,6 +84,7 @@ Once the toolchain and cmake have been built, go into the `Build/` directory and ```bash $ cd .. $ cd Build +$ cmake .. $ make $ make install ```