This commit is contained in:
Naoki INADA
2009-07-12 09:29:11 +09:00
parent 979efbb950
commit 900785e1aa
3 changed files with 16 additions and 13 deletions

View File

@@ -13,11 +13,11 @@ You can read document in docstring after `import msgpack`
INSTALL
---------
Cython_ is required to build the binding.
Cython_ is required to build msgpack.
.. _Cython: http://www.cython.org/
Posix
posix
''''''
You can install msgpack in common way.
@@ -28,7 +28,7 @@ Windows
MessagePack requires gcc currently. So you need to prepare
MinGW GCC.
$ python setup.py install -c mingw
$ python setup.py install -c mingw32
TEST
----