Merge pull request #2 from ilpianista/master

cpio is needed to build
master
Florent Revest 2017-07-25 10:40:34 +01:00 committed by GitHub
commit eabbb00118
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cd asteroid/
<pre><code>. ./prepare-build.sh dory # Be careful that this script must be sourced and not only ran
</code></pre>
<p>If the environment has been correctly setup, you should now be in the <i>build</i> subdirectory. Make sure you have the following build dependencies before starting a build:</p>
<pre><code>git build-essential diffstat gawk chrpath texinfo</code></pre>
<pre><code>git build-essential cpio diffstat gawk chrpath texinfo</code></pre>
<div class="page-header">
<h1 id="building">Building</h1>