(→What you need) |
(→What you need) |
||
| Line 3: | Line 3: | ||
== What you need == | == What you need == | ||
| - | This tutorial explains you, how you can build cspython, _cspace, and CEL blpython plugins with MSVC. | + | This tutorial explains you, how you can build cspython, _cspace, and CEL blpython plugins with MSVC. First, I assume, you succeslfully compiled CS (and optionally CEL). You can find the comlete giude to do this in the [http://www.crystalspace3d.org/docs/online/manual-1.0/cs_2.4.2.php#2.4.2 manual]. |
| + | Get python packages from the official [http://www.python.org site], and download a Windows binary package. Install it. Finally, download the correct ''cs_pyth.cpp'' from [http://www.crystaldoc.atw.hu/src/CS/cs_pyth.zip here]. | ||
| + | Now you have every needed package. | ||
Revision as of 15:06, 28 January 2007
Compiling Python bindings with MSVC
What you need
This tutorial explains you, how you can build cspython, _cspace, and CEL blpython plugins with MSVC. First, I assume, you succeslfully compiled CS (and optionally CEL). You can find the comlete giude to do this in the manual. Get python packages from the official site, and download a Windows binary package. Install it. Finally, download the correct cs_pyth.cpp from here. Now you have every needed package.
