Skip to content

Commit

Permalink
Cleanup formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Jun 24, 2011
1 parent c38f5ba commit fc853ed
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ 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

5. Download Neopallium-lua-zmq-1.0

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
------
Expand Down

0 comments on commit fc853ed

Please sign in to comment.