Hello all,<br><br>I have previously written asking for the plugin workflow, mainly keeping in the mind the amount of time required to compile the code. After, people showed me how to do it, I am fine and running. But I noticed something that could be included in the installation document.<br>
<br>The install document tells<br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><pre>You should also setup ccache to speed up compile times: </pre>
</blockquote><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><div><pre><div style="background-color:transparent" class="line" id="LC369">cd /usr/local/bin </div>
<div style="background-color:transparent" class="line" id="LC370">sudo ln -s /usr/bin/ccache gcc </div><div style="background-color:transparent" class="line" id="LC371">sudo ln -s /usr/bin/ccache g++ </div></pre></div></blockquote>
<div>Since ccache is not in the apt-get install list, it doesn&#39;t get installed in a &#39;virgin&#39; system. I think a tip or a warning can be added along with the above telling to install ccache by apt-get install.<br>
<br>Someone can add this or I would be happy enough to make it my first pull request :)<br></div><br>-- <br>Regards<br>Arunmozhi<br>Twitter: @tecoholic<br>Website: <a href="http://arunmozhi.in" target="_blank">http://arunmozhi.in</a><br>
IRC Nick: teco<br><br>