From afb842ae2fba976df65d5870c4f058586aea9c5a Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Wed, 31 Oct 2018 16:56:51 +0100 Subject: [PATCH] Added instructions to build from the command line instead of running the visual studio GUI. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a520d5b92..19e27fb59 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,11 @@ Before you install packages with Brew, you may have to change directories permis python prepare.py -G "Visual Studio 14 2015" -DENABLE_DOC=OFF -4. Open the generated Visual Studio solution `Project.sln.lnk` and build it. Check if the `Release` option is selected in Visual Studio. (With `Win32`!) +4. Run the following command in the root directory of linphone-desktop: + + cmake --build WORK\desktop\cmake --config Release + + Or Open the generated Visual Studio solution `Project.sln.lnk` and build it. Check if the `Release` option is selected in Visual Studio. (With `Win32`!) ## Known bugs and issues