Commit 00bc9aa1 authored by Ronan Abhamon's avatar Ronan Abhamon

chore(README.md): add note on 32-bit version for Windows and MinGW

parent 114480aa
...@@ -32,11 +32,13 @@ Here are the general instructions to build linphone for desktop. The specific in ...@@ -32,11 +32,13 @@ Here are the general instructions to build linphone for desktop. The specific in
### Specific instructions for the Windows platform ### 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 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 ## Known bugs and issues
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment