Cleanup formatting.

pull/15/merge
Robert G. Jakabosky 15 years ago
parent c70cad005d
commit c38f5bae7b

@ -5,18 +5,18 @@ Steps to install on Windows XP (using MinGW+MSYS)
2. Use mingw+msys to compile 2. Use mingw+msys to compile
>sh configure --prefix=c:/zeromq sh configure --prefix=c:/zeromq
>make make
>make install 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 3. Download source code of luajit-2.0.0-beta7
>make make
>make install 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 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 6. Use cmake+mingw+msys to build
>mkdir build mkdir build
>cd build cd build
>cmake -G "MSYS Makefiles" -D ZMQ_PATH=c:/zeromq .. cmake -G "MSYS Makefiles" -D ZMQ_PATH=c:/zeromq ..
>make make
make install
The zmq.dll generated in [build] folder 3 files zmq.dll, poller.lua and threads.lua are installed in c:\program files\lua-zmq
>make install
3 files zmq.dll, poller.lua and threads.lua are installed in c:\program files\lua-zmq
Author Author
------ ------

Loading…
Cancel
Save