File: readme.txt

package info (click to toggle)
python-elements 0.13%2Bsvn20090823.230%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,208 kB
  • ctags: 444
  • sloc: python: 2,816; makefile: 26; sh: 6
file content (17 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Box2D Python Bindings 

INSTALL
-------

Files go in Box2D\Source.

 1. patch -p0 < Makefile.patch
  2.a. make pythonlib && setup.py install
   [ Other targets: python_install, python_egg, python_installer_win32 ]
    b. make python_install

The patch for now just includes the Makefile.python, so it's just for convenience.
You could very well just do 'make && make -f Makefile.python python_install'


kne - 4/18/2008