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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,28 @@ The wonder of binaries begins.
53
53
## Installation - Contributors and Development
54
54
55
55
To set up `zmq-prebuilt` for development, fork this repository and
56
-
clone your fork to your system. Be sure you have Python 2 and `git-lfs` installed.
56
+
clone your fork to your system. Be sure you have [`git-lfs`](https://git-lfs.github.com/) installed.
57
57
58
58
**Prerequisites for Linux and OS X**
59
59
60
60
If you are running on Linux or OS X, you will need to have `automake`,
61
-
`autoconf`, `pkg-config`, `wget`and `libtool` installed. For Linux, use your distribution's
61
+
`autoconf`, `pkg-config`, `wget`, `libtool`and Python 2.7 (`v3.x.x` is not supported) installed. For Linux, use your distribution's
62
62
package manager to install. On OS X, these can be installed using
63
63
[Homebrew](http://brew.sh) and using the Homebrew command `brew install`
64
64
command. For example, install `wget` with `brew install wget`.
65
65
66
66
**Prerequisites for Windows**
67
67
68
-
On Windows you'll need [Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=44914).
68
+
-**Option 1:** Install all the required tools and configurations using Microsoft's [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) by running `npm install -g windows-build-tools` from an elevated PowerShell (run as Administrator).
69
+
-**Option 2:** Install dependencies and configuration manually
70
+
1. Visual C++ Build Environment:
71
+
***Option 1:** Install [Visual C++ Build Tools](http://go.microsoft.com/fwlink/?LinkId=691126) using the *Default Install* option.
72
+
***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.
73
+
74
+
> :bulb:[Windows Vista / 7 only] requires [.NET Framework 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40773)
75
+
76
+
2. Install [Python 2.7](https://www.python.org/downloads/) or [Miniconda 2.7](http://conda.pydata.org/miniconda.html) (`v3.x.x` is not supported), and run `npm config set python python2.7`
0 commit comments