<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/en/2171/18/9/_/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><s>Linux - Fedora 14</s></h2>
     <h4>Page <b>removed</b> by             <a href="https://wiki.asterisk.org/wiki/display/~dsessions">Darren Sessions</a>
    </h4>
     <br/>
     <div class="notificationGreySide">
         <p>The following worked for Fedora 14 vanilla (minimum install from iso):</p>

<p>yum groupinstall "Development Tools"<br/>
yum install yum-utils<br/>
yum-builddep ice<br/>
yum install jgoodies-forms jgoodies-looks boost-devel lua-devel git-all<br/>
echo '#!/bin/sh' &gt; /usr/local/bin/yacc; echo 'bison -y "$@"' &gt;&gt; /usr/local/bin/yacc<br/>
git clone git://git.asterisk.org/asterisk-scf/release/ice<br/>
cd ice<br/>
make<br/>
sudo make install<br/>
cd ..<br/>
git clone git://git.asterisk.org/asterisk-scf/release/slice-plugins<br/>
cd slice-plugins<br/>
cmake .<br/>
make<br/>
sudo make install<br/>
cd ..<br/>
git clone git://git.asterisk.org/asterisk-scf/integration/gitall<br/>
cd gitall<br/>
./gitall-asterisk-scf.sh<br/>
./cmake/init-cmake.sh<br/>
cmake --build ./build</p>

<p>(however, as of 2011-10-21, last step compile stopped with a warning. issue known: <a href="https://issues.asterisk.org/jira/browse/ASTSCF-261" class="external-link" rel="nofollow">https://issues.asterisk.org/jira/browse/ASTSCF-261</a>).</p>
     </div>
</div>
</div>
</div>
</div>
</body>
</html>