From c38f5bae7b0101abcfb7eb360be1bff75cfb0fe9 Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Thu, 23 Jun 2011 17:43:49 -0700 Subject: [PATCH] Cleanup formatting. --- README.windows.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/README.windows.md b/README.windows.md index cc5c21c..517bb0c 100644 --- a/README.windows.md +++ b/README.windows.md @@ -5,18 +5,18 @@ Steps to install on Windows XP (using MinGW+MSYS) 2. Use mingw+msys to compile - >sh configure --prefix=c:/zeromq - >make - >make install + sh configure --prefix=c:/zeromq + make + make install - copy the header & lib to c:\mingw\include_or_lib + copy the header & lib to c:\mingw\include_or_lib 3. Download source code of luajit-2.0.0-beta7 - >make - >make install + make + make install - copy the header & lib to c:\mingw\include_or_lib + copy the header & lib to c:\mingw\include_or_lib 4. Install cmake-2.8.4-win32-x86 @@ -24,16 +24,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 + mkdir build + cd build + cmake -G "MSYS Makefiles" -D ZMQ_PATH=c:/zeromq .. + make + make install - The zmq.dll generated in [build] folder - - >make install - - 3 files zmq.dll, poller.lua and threads.lua are installed in c:\program files\lua-zmq + 3 files zmq.dll, poller.lua and threads.lua are installed in c:\program files\lua-zmq Author ------