Skip to content
Neopallium edited this page Jun 24, 2011 · 3 revisions

Steps to install on Windows XP (using MinGW+MSYS)

  1. Download source code of ZeroMQ-2.1.7

  2. Use mingw+msys to compile

    1. sh configure --prefix=c:/zeromq
    2. make
    3. make install

    copy the header & lib to c:\mingw\include_or_lib

  3. Download source code of luajit-2.0.0-beta7

    1. make
    2. make install

    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

    1. mkdir build
    2. cd build
    3. cmake -G "MSYS Makefiles" -D ZMQ_PATH=c:/zeromq ..
    4. make
    5. make install

    Files zmq.dll, poller.lua and threads.lua are installed in c:\program files\lua-zmq

Author

[email protected] [email protected] EHDC, Sichuan province, China

Clone this wiki locally