Skip to content

Commit

Permalink
Correct architecture description
Browse files Browse the repository at this point in the history
  • Loading branch information
interpretor authored and rgbkrk committed Jul 2, 2017
1 parent bc1ff6c commit fbe7264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ source can lead to developer frustration.
application by providing well-tested, ready to use ØMQ bindings.
zeromq supports all major operating systems, including:

* OS X/Darwin 64-bit
* Linux (64-bit, ARMv7 and ARMv8)
* Windows (64-bit and 32-bit)
* OS X/Darwin (x64)
* Linux (x64, ARMv7 and ARMv8)
* Windows (x64 and x86)

Use **zeromq** and take advantage of the *elegant simplicity of binaries*.

Expand Down Expand Up @@ -79,7 +79,7 @@ Use your distribution's package manager to install.
- **Option 2:** Install dependencies and configuration manually
1. Visual C++ Build Environment:
* **Option 1:** Install [Visual C++ Build Tools](http://go.microsoft.com/fwlink/?LinkId=691126) using the *Default Install* option.
* **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.
* **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.

> :bulb: [Windows Vista / 7 only] requires [.NET Framework 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40773)
Expand Down

0 comments on commit fbe7264

Please sign in to comment.