You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ source can lead to developer frustration.
22
22
application by providing well-tested, ready to use ØMQ bindings.
23
23
zeromq supports all major operating systems, including:
24
24
25
-
* OS X/Darwin 64-bit
26
-
* Linux (64-bit, ARMv7 and ARMv8)
27
-
* Windows (64-bit and 32-bit)
25
+
* OS X/Darwin (x64)
26
+
* Linux (x64, ARMv7 and ARMv8)
27
+
* Windows (x64 and x86)
28
28
29
29
Use **zeromq** and take advantage of the *elegant simplicity of binaries*.
30
30
@@ -79,7 +79,7 @@ Use your distribution's package manager to install.
79
79
-**Option 2:** Install dependencies and configuration manually
80
80
1. Visual C++ Build Environment:
81
81
***Option 1:** Install [Visual C++ Build Tools](http://go.microsoft.com/fwlink/?LinkId=691126) using the *Default Install* option.
82
-
***Option 2:** Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) (or modify an existing installation) and select *Common Tools for Visual C++* during setup.
82
+
***Option 2:** Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) (or modify an existing installation) and select *Common Tools for Visual C++* during setup.
83
83
84
84
> :bulb:[Windows Vista / 7 only] requires [.NET Framework 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40773)
0 commit comments