File: do_osx_setup.sh

package info (click to toggle)
python-box2d 2.0.2%2Bsvn20100109.244-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 2,864 kB
  • ctags: 3,280
  • sloc: cpp: 11,679; python: 10,103; xml: 477; makefile: 85; sh: 8
file content (15 lines) | stat: -rw-r--r-- 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# for releasing mpkg versions of pybox2d. not required for normal installations!

cd ..

# python 2.5
rm -rf dist build temp Box2D.py _Box2D.so
python2.5 setup.py build
/Library/Frameworks/Python.framework/Versions/2.5/bin/bdist_mpkg

# python 2.6
rm -rf dist build temp Box2D.py _Box2D.so
python2.6 setup.py build
/Library/Frameworks/Python.framework/Versions/2.6/bin/bdist_mpkg

cd misc