You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
941 B
941 B
Steps to install on Windows XP (using MinGW+MSYS)
-
Download source code of ZeroMQ-2.1.7
-
Use mingw+msys to compile
sh configure --prefix=c:/zeromq make make install
copy the header & lib to c:\mingw\include_or_lib
-
Download source code of luajit-2.0.0-beta7
make make install
copy the header & lib to c:\mingw\include_or_lib
-
Install cmake-2.8.4-win32-x86
-
Download Neopallium-lua-zmq-1.0
-
Use cmake+mingw+msys to build
mkdir build cd build cmake -G "MSYS Makefiles" -D ZMQ_PATH=c:/zeromq .. make
Warning: conflicting type ... comment line 62, 63, 66, 67 in src/prepre_generated-zmq.nobj.c, and try again
make
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