|
12 | 12 | **zmq-prebuilt**: Your ready to use, prebuilt [ØMQ](http://www.zeromq.org/) |
13 | 13 | bindings for [Node.js](https://nodejs.org/en/). |
14 | 14 |
|
15 | | -0MQ provides handy functionality when working with sockets. Yet, |
16 | | -installing dependencies on your operating system or building 0MQ from |
| 15 | +ØMQ provides handy functionality when working with sockets. Yet, |
| 16 | +installing dependencies on your operating system or building ØMQ from |
17 | 17 | source can lead to developer frustration. |
18 | 18 |
|
19 | 19 | **zmq-prebuilt** simplifies creating communications for a Node.js |
20 | | -application by providing well-tested, ready to use 0MQ bindings. |
| 20 | +application by providing well-tested, ready to use ØMQ bindings. |
21 | 21 | zmq-prebuilt supports all major operating systems, including: |
22 | 22 |
|
23 | 23 | * OS X/Darwin 64-bit |
@@ -45,39 +45,30 @@ Now, prepare to be amazed by the wonders of binaries. |
45 | 45 |
|
46 | 46 | ## Usage |
47 | 47 |
|
48 | | -Replace `require(zmq)` in your code base with `zmq-prebuilt`. That's it. |
| 48 | +Replace `require(zmq)` in your code base with `require(zmq-prebuilt)`. That's it. |
49 | 49 | The wonder of binaries begins. |
50 | 50 |
|
51 | 51 | ---- |
52 | 52 |
|
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 `git-lfs` installed. |
| 56 | +clone your fork to your system. Be sure you have Python 2 and `git-lfs` installed. |
57 | 57 |
|
58 | | -### Linux and OS X |
59 | | - |
60 | | -*Prerequisites* |
| 58 | +**Prerequisites for Linux and OS X** |
61 | 59 |
|
62 | 60 | If you are running on Linux or OS X, you will need to have `automake`, |
63 | | -`autoconf`, `wget` and `libtool` installed. For Linux, use your distribution's |
| 61 | +`autoconf`, `pkg-config`, `wget` and `libtool` installed. For Linux, use your distribution's |
64 | 62 | package manager to install. On OS X, these can be installed using |
65 | 63 | [Homebrew](http://brew.sh) and using the Homebrew command `brew install` |
66 | 64 | command. For example, install `wget` with `brew install wget`. |
67 | 65 |
|
68 | | -Install a development version of `zmq-prebuilt` with the following: |
69 | | - |
70 | | -```bash |
71 | | -./build_libzmq.sh |
72 | | -npm install |
73 | | -``` |
| 66 | +**Prerequisites for Windows** |
74 | 67 |
|
75 | | -### Windows |
| 68 | +On Windows you'll need [Visual Studio 2013](https://www.microsoft.com/en-US/download/details.aspx?id=44914). |
76 | 69 |
|
77 | | -*Prerequisites* |
78 | 70 |
|
79 | | -On Windows you'll need a C++ compiler, preferably |
80 | | -[Visual Studio 2013](https://www.visualstudio.com/downloads/download-visual-studio-vs). |
| 71 | +**Installation** |
81 | 72 |
|
82 | 73 | Install a development version of `zmq-prebuilt` with the following: |
83 | 74 |
|
|
0 commit comments