From 00bc9aa18f819f26583bf9c1d9c77671d17ec30d Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 21 Jun 2017 14:05:45 +0200 Subject: [PATCH] chore(README.md): add note on 32-bit version for Windows and MinGW --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 256e729fa..d7e56d09f 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,13 @@ Here are the general instructions to build linphone for desktop. The specific in ### Specific instructions for the Windows platform -1. Open a Windows command line (cmd.exe) in the current directory and run: +1. Ensure that you have downloaded a `Qt 32-bit version`. (64-bit version is not supported at this moment by Linphone Desktop.) `MinGW` must be installed too. + +2. Open a Windows command line (cmd.exe) in the current directory and run: python prepare.py -2. Open the generated Visual Studio solution `Project.sln.lnk` and build it. +3. Open the generated Visual Studio solution `Project.sln.lnk` and build it. ## Known bugs and issues