<p>If you have Visual Studio, run the Visual Studio Command prompt from the menu Démarrer, change to the directory containing <code>Makefile.win</code> and type this:</p>
<pre><code class="lang-auto">nmake -f Makefile.win
</code></pre>
<p>Vous pouvez également use the normal invite de commandes and run vsvars32.bat (c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools for VS2008). This will set up the environment to run nmake and find the compiler tools.</p>