<code>$ cd ..\..\..\</code>
<code>export PYTHON_ROOT=/c/Python24</code>
<code>export PYTHON_VERSION=2.4</code>
<code>$ bjam -sTOOLS=gcc-nocygwin \</code>
<code>-sBUILD=release \</code>
<code>--prefix=/usr/local \</code>
<code>--without-serialization \</code>
<code>--without-test \</code>
<code>--without-date_time \</code>
<code>--without-filesystem \</code>
<code>--without-regexp \</code>
<code>--without-signals \</code>
<code>--without-program_options \</code>
<code>--with-python-root=/c/Python24 \</code>
<code>-sPYTHON_VERSION=2.4</code>
</p>