From 1cf13a4b91dedfe0d2e2033d8cbeb6adcce07218 Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Thu, 23 Jun 2011 17:46:56 -0700 Subject: [PATCH] Cleanup formatting. --- README.windows.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.windows.md b/README.windows.md index 46c5230..424bffa 100644 --- a/README.windows.md +++ b/README.windows.md @@ -6,7 +6,9 @@ Steps to install on Windows XP (using MinGW+MSYS) 2. Use mingw+msys to compile $ sh configure --prefix=c:/zeromq + $ make + $ make install copy the header & lib to c:\mingw\include_or_lib @@ -14,6 +16,7 @@ Steps to install on Windows XP (using MinGW+MSYS) 3. Download source code of luajit-2.0.0-beta7 $ make + $ make install copy the header & lib to c:\mingw\include_or_lib @@ -25,9 +28,13 @@ Steps to install on Windows XP (using MinGW+MSYS) 6. Use cmake+mingw+msys to build $ mkdir build + $ cd build + $ cmake -G "MSYS Makefiles" -D ZMQ_PATH=c:/zeromq .. + $ make + $ make install 3 files zmq.dll, poller.lua and threads.lua are installed in c:\program files\lua-zmq