From e994c40b0dcb693f6bc31fdd0f63cb5961a170f2 Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sun, 5 Feb 2017 18:35:42 +0100 Subject: [PATCH] README.md: State x86 support under Windows --- README.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index fee3675..991794b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ supported platforms and architectures. ✔ - + ✔ ✔ @@ -82,7 +82,7 @@ Install the required development packages ### Windows -* Windows 7 x64 or later, x86 operating systems are unsupported. +* Windows 7 x64 or later, * Visual Studio 2015 **with updates** - Download the [Installer][vs2015-installer] Make sure that you install the following components: @@ -106,13 +106,8 @@ $ mkdir out $ cd out ``` -Windows users **must** append `Win64` if they are using a Visual Studio -generator. The `libwebrtc.sln` project solution will be located inside the -current directory output directory. - -``` -> cmake -G "Visual Studio 14 2015 Win64" .. -``` +Windows users will have to open the `libwebrtc.sln` located inside the current +directory output directory and build the `ALL_BUILD` project. Unix users will just have to run `$ cmake ..` to generate the Makefiles, then run the following commands.