-
Notifications
You must be signed in to change notification settings - Fork 7
Building pytst
nlehuen edited this page Sep 13, 2010
·
2 revisions
cd $TST_ROOT/python python setup.py build
To install, as root :
cd $TST_ROOT/python python setup.py install
- Install MinGW. I manage to build all versions of
pytst
for all current versions of Python (from 2.3 to 2.7) with MinGW. This is much more difficult/expensive to achieve using Microsoft’s compilers. - Make sure you can build Python extensions with MinGW. This involves a gymnastic with pexports and dlltool mentioned here
- Use
python setup.py
as usual or launchbuild.bat
(which contains a call to SWIG to regenerate the wrapper).