From 3cd5842a5c79835a713b87fae5bd63f8dcbadc96 Mon Sep 17 00:00:00 2001 From: carlou Date: Mon, 12 Sep 2016 13:38:55 +0200 Subject: [PATCH] Documentation --- doc/COMPILING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/COMPILING.rst b/doc/COMPILING.rst index 2311ed4..020a6df 100644 --- a/doc/COMPILING.rst +++ b/doc/COMPILING.rst @@ -50,6 +50,6 @@ First, clone the repository on the Raspberry Pi, either directly from Github or Then, we need to generate the Makefile before finally compiling the sources:: $ mkdir boiteselec-server/build - $ qmake -config release -o ../build/Makefile boiteselec-server/src/be-server.pro; + $ qmake -config release -o boiteselec-server/build/Makefile boiteselec-server/src/be-server.pro $ cd boiteselec-server/build $ make