Fix install command for Windows.

This commit is contained in:
INADA Naoki 2011-08-21 19:29:33 +09:00
parent 6bc62bd142
commit 4a1ce19add

View file

@ -28,7 +28,8 @@ Windows
MessagePack requires gcc currently. So you need to prepare
MinGW GCC.
$ python setup.py install -c mingw32
$ python setup.py build -c mingw32
$ python setup.py install
TEST
----