<html>
<head>
<base href="https://wiki.asterisk.org/wiki">
<link rel="stylesheet" href="/wiki/s/fr/2171/18/9/_/styles/combined.css?spaceKey=TOP&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/Linux+-+Fedora+14">Linux - Fedora 14</a></h2>
<h4>Page <b>edited</b> by <a href="https://wiki.asterisk.org/wiki/display/~blanchet">Marc Blanchet</a>
</h4>
<br/>
<h4>Changes (1)</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" >cmake --build ./build <br> <br></td></tr>
<tr><td class="diff-changed-lines" >(however, as of 2011-10-21, last step compile stopped with a warning. <span class="diff-deleted-words"style="color:#999;background-color:#fdd;text-decoration:line-through;">will edit when it solved).</span> <span class="diff-added-words"style="background-color: #dfd;">issue known: https://issues.asterisk.org/jira/browse/ASTSCF-261).</span> <br></td></tr>
</table>
</div> <h4>Full Content</h4>
<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' > /usr/local/bin/yacc; echo 'bison -y "$@"' >> /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 id="commentsSection" class="wiki-content pageSection">
<div style="float: right;" class="grey">
<a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=TOP">Stop watching space</a>
<span style="padding: 0px 5px;">|</span>
<a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
<a href="https://wiki.asterisk.org/wiki/display/TOP/Linux+-+Fedora+14">View Online</a>
|
<a href="https://wiki.asterisk.org/wiki/pages/diffpagesbyversion.action?pageId=19006366&revisedVersion=4&originalVersion=3">View Changes</a>
|
<a href="https://wiki.asterisk.org/wiki/display/TOP/Linux+-+Fedora+14?showComments=true&showCommentArea=true#addcomment">Add Comment</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>