From fc853ed0449a7b8320f3b75b755e30a315327365 Mon Sep 17 00:00:00 2001 From: "Robert G. Jakabosky" Date: Thu, 23 Jun 2011 17:45:56 -0700 Subject: [PATCH] Cleanup formatting. --- README.windows.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.windows.md b/README.windows.md index 517bb0c..46c5230 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,13 +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 - make install + $ 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 + 3 files zmq.dll, poller.lua and threads.lua are installed in c:\program files\lua-zmq Author ------