Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Note for building on windows
  • Loading branch information
chozabu committed Dec 5, 2014
1 parent f15d899 commit beeb37a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ Some code is ported from [pymunk](https://github.com/viblo/pymunk) and much of t

Cymunk should be significantly faster than pymunk and run on android with [p4a](https://github.com/kivy/python-for-android) - but it is currently less feature complete.

Check out the examples folder, [cymunk docs](http://cymunk.readthedocs.org/en/latest/) and [pymunk docs](https://pymunk.readthedocs.org/en/latest/)
Check out the examples folder, [cymunk docs](http://cymunk.readthedocs.org/en/latest/) and [pymunk docs](https://pymunk.readthedocs.org/en/latest/)

To build for windows you should use MinGW - [setup](http://stackoverflow.com/a/5051281/445831) or ```python setup.py build --compiler=mingw32```

0 comments on commit beeb37a

Please sign in to comment.