From e0f59ccb8034332b7c639653c487236865b29724 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Fri, 12 Jul 2019 14:36:14 +0200 Subject: [PATCH] Improve README.md for windows. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20f6bc054..6b1d66594 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,9 @@ Before you install packages with Brew, you may have to change directories permis 4. Run the following command in the root directory of linphone-desktop: - cmake --build WORK\desktop\cmake --config Release + cmake --build WORK\desktop\cmake --config RelWithDebInfo - 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`!) + Or Open the generated Visual Studio solution `Project.sln.lnk` and build it. Check if the `RelWithDebInfo` option is selected in Visual Studio. (With `Win32`!) ## Known bugs and issues