From c6896d1afc606763634add8c3c62d38acc44239f Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 23 Aug 2018 10:50:58 +0200 Subject: [PATCH] chore(README.md): add -DENABLE_DOC=OFF in prepare.py command line --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 320e0bc94..45d11fc10 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here are the general instructions to build linphone for desktop. The specific in 1. Prepare the build in a terminal by running the following command in the current directory: - ./prepare.py + ./prepare.py -DENABLE_DOC=OFF 2. Build the project in a terminal with: @@ -43,7 +43,7 @@ Here are the general instructions to build linphone for desktop. The specific in 3. Open a Windows command line (cmd.exe) in the current directory and run: - python prepare.py -G "Visual Studio 14 2015" + 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`!)