Skip to content

Commit 793362c

Browse files
committed
Update installation instructions
nteract/nteract#980
1 parent b04bf16 commit 793362c

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,19 @@ The wonder of binaries begins.
5555
To set up `zmq-prebuilt` for development, fork this repository and
5656
clone your fork to your system. Be sure you have [`git-lfs`](https://git-lfs.github.com/) installed.
5757

58-
**Prerequisites for Linux and OS X**
58+
**Prerequisites for Linux**
59+
- `python` (`v2.7` recommended, `v3.x.x` is not supported)
60+
- `make`
61+
- `wget`
62+
- A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org/)
5963

60-
If you are running on Linux or OS X, you will need to have `automake`,
61-
`autoconf`, `pkg-config`, `wget`, `libtool` and Python 2.7 (`v3.x.x` is not supported) installed. For Linux, use your distribution's
62-
package manager to install. On OS X, these can be installed using
63-
[Homebrew](http://brew.sh) and using the Homebrew command `brew install`
64-
command. For example, install `wget` with `brew install wget`.
64+
Use your distribution's package manager to install.
65+
66+
**Prerequisites for macOS**
67+
68+
- `python` (`v2.7` recommended, `v3.x.x` is not supported): already installed on Mac OS X
69+
- `Xcode Command Line Tools`: Can be installed with `xcode-select --install`
70+
- `wget`: Can be installed via [Homebrew](http://brew.sh) with `brew install wget`
6571

6672
**Prerequisites for Windows**
6773

0 commit comments

Comments
 (0)