further tweak build instructions

This commit is contained in:
Michael[tm] Smith 2011-11-18 22:58:14 +09:00
parent f466a83688
commit 5fc78fa722
2 changed files with 7 additions and 2 deletions

View File

@ -19,5 +19,7 @@ following steps.</p>
<ol>
<li><code>make -C build/gmake/</code></li>
<li><code>make -C build/gmake/ install</code></li>
<li><code>make install -C build/gmake/</code></li>
<p>Note that you will either need to run <code>make install</code> as root,
or with <code>sudo make install</code>.</p>
</ol>

View File

@ -13,5 +13,8 @@ following steps.
1. `make -C build/gmake/`
2. `make -C build/gmake/ install`
2. `make install -C build/gmake/`
Note that you will either need to run `make install` as root, or with `sudo
make install`.