<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/2033/1/7/_/styles/combined.css?spaceKey=TOP&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/TOP/Building+-+Windows">Building - Windows</a></h2>
    <h4>Page <b>edited</b> by             <a href="https://wiki.asterisk.org/wiki/display/~kpfleming">Kevin P. Fleming</a>
    </h4>
        <div id="versionComment">
        <b>Comment:</b>
        Simplify and fix some buglets.<br />
    </div>
        <br/>
                         <h4>Changes (4)</h4>
                                 
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" > <br>* h6.msysgit <br></td></tr>
            <tr><td class="diff-changed-lines" >{info}You must select the option to put <span class="diff-deleted-words"style="color:#999;background-color:#fdd;text-decoration:line-through;">Git</span> <span class="diff-added-words"style="background-color: #dfd;">*everything*</span> in your system path.{info} <br></td></tr>
            <tr><td class="diff-unchanged" >* h6.CMake <br>{info}You must select the option to put CMake in your system path.{info} <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
            <tr><td class="diff-unchanged" >{noformat} <br>* h6.Asterisk SCF <br></td></tr>
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">{info}As the git application utilizes cmd scripts, you must put the &#39;C:\Program Files\Git\bin&#39; directory in the &#39;Path&#39; system variables.{info} <br></td></tr>
            <tr><td class="diff-unchanged" >{noformat} <br>cd &lt;YOURBUILDDIR&gt; <br>git clone git://git.asterisk.org/asterisk-scf/integration/gitall <br>cd gitall <br></td></tr>
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">&quot;\Program Files\Git\bin\bash.exe&quot; -c ./gitall-asterisk-scf.sh <br>&quot;\Program Files\Git\bin\bash.exe&quot; -c ./cmake/init-cmake.sh --nmake <br></td></tr>
            <tr><td class="diff-added-lines" style="background-color: #dfd;">bash ./gitall-asterisk-scf.sh <br>bash ./cmake/init-cmake.sh --nmake <br></td></tr>
            <tr><td class="diff-unchanged" >cmake --build ./build <br>{noformat} <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
    
            </table>
    </div>                            <h4>Full Content</h4>
                    <div class="notificationGreySide">
        <h2><a name="Building-Windows-Preface"></a>Preface</h2>

<p>These instructions explain how to build Asterisk SCF on a clean, updated, basic Windows installation. This process is for building native (unmanaged) C++ components. </p>

<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>All Asterisk SCF core components are currently implemented in C++. For developers who wish to build components in .Net languages, read <a href="/wiki/display/TOP/Building+.Net+Components+for+Asterisk+SCF" title="Building .Net Components for Asterisk SCF">Building .Net Components for Asterisk SCF</a>.</td></tr></table></div>


<h2><a name="Building-Windows-SoftwareRequirements"></a>Software Requirements</h2>

<ul>
        <li>msysgit (Git for Windows) - <a href="http://code.google.com/p/msysgit/" class="external-link" rel="nofollow">http://code.google.com/p/msysgit/</a></li>
        <li>CMake - <a href="http://www.cmake.org/cmake/resources/software.html" class="external-link" rel="nofollow">http://www.cmake.org/cmake/resources/software.html</a></li>
        <li>LUA - <a href="http://code.google.com/p/luaforwindows/" class="external-link" rel="nofollow">http://code.google.com/p/luaforwindows/</a></li>
        <li>DirectX SDK - <a href="http://msdn.microsoft.com/en-us/directx/aa937788.aspx" class="external-link" rel="nofollow">http://msdn.microsoft.com/en-us/directx/aa937788.aspx</a></li>
        <li>BoostPro Libraries - <a href="http://www.boostpro.com/download/" class="external-link" rel="nofollow">http://www.boostpro.com/download/</a></li>
        <li>Ice Third Party Libraries - <a href="http://www.zeroc.com/download.html" class="external-link" rel="nofollow">http://www.zeroc.com/download.html</a></li>
        <li>Visual Studio C++ 2010 Express <a href="http://www.microsoft.com/express/Downloads/" class="external-link" rel="nofollow">http://www.microsoft.com/express/Downloads/</a></li>
</ul>


<h2><a name="Building-Windows-32bitInstallation"></a>32-bit Installation</h2>

<ul>
        <li><h6><a name="Building-Windows-msysgit"></a>msysgit</h6>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>You must select the option to put <b>everything</b> in your system path.</td></tr></table></div></li>
        <li><h6><a name="Building-Windows-CMake"></a>CMake</h6>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>You must select the option to put CMake in your system path.</td></tr></table></div></li>
        <li><h6><a name="Building-Windows-LUA"></a>LUA</h6></li>
        <li><h6><a name="Building-Windows-DirectXSDK"></a>DirectX SDK</h6></li>
        <li><h6><a name="Building-Windows-BoostProLibraries"></a>BoostPro Libraries</h6></li>
        <li><h6><a name="Building-Windows-IceThirdPartyLibraries"></a>Ice Third Party Libraries</h6></li>
        <li><h6><a name="Building-Windows-Digium%27sIceDistribution"></a>Digium's Ice Distribution</h6>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>cd &lt;YOURBUILDDIR&gt;
git clone git://git.asterisk.org/asterisk-scf/release/ice
set CPP_COMPILER=VC100_EXPRESS
cd ice\cpp
nmake -f Makefile.mak
</pre>
</div></div>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>If you've not got Microsoft's Foundation Class installed (which is not included in Visual Studio C++ 2010 Express), you'll get an error at the end of the make process about not being able to build 'HelloClient'.

<p>You can safely disregard this error message and continue with the build instructions.</p></td></tr></table></div>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>nmake -f Makefile.mak install
</pre>
</div></div></li>
        <li><h6><a name="Building-Windows-AsteriskSCF"></a>Asterisk SCF</h6>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>cd &lt;YOURBUILDDIR&gt;
git clone git://git.asterisk.org/asterisk-scf/integration/gitall
cd gitall
bash ./gitall-asterisk-scf.sh
bash ./cmake/init-cmake.sh --nmake
cmake --build ./build
</pre>
</div></div></li>
</ul>


<h2><a name="Building-Windows-64bitInstallation"></a>64-bit Installation</h2>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>Forthcoming</td></tr></table></div>
    </div>
        <div id="commentsSection" class="wiki-content pageSection">
        <div style="float: right;">
            <a href="https://wiki.asterisk.org/wiki/users/viewnotifications.action" class="grey">Change Notification Preferences</a>
        </div>
        <a href="https://wiki.asterisk.org/wiki/display/TOP/Building+-+Windows">View Online</a>
        |
        <a href="https://wiki.asterisk.org/wiki/pages/diffpagesbyversion.action?pageId=6586426&revisedVersion=24&originalVersion=23">View Changes</a>
                |
        <a href="https://wiki.asterisk.org/wiki/display/TOP/Building+-+Windows?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
            </div>
</div>
</div>
</div>
</div>
</body>
</html>