Skip to content

Commit

Permalink
docs: Make build instructions more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
djwatson committed Oct 2, 2023
1 parent 7394d3c commit cf91f7d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ <h2>HAWK</h2>
<p>HAWK can be found on <a href="https://github.com/djwatson/hawk">github</a>. It is licensed under the <a href="https://opensource.org/license/mit/">MIT License</a>. </p>
</div>
<h2>Building</h2>
<div class="header">Hawk has no dependencies other than a recent (> 13) clang. It has an optional dependency on libcapstone, and elf headers for debugging.</div>
<div class="header">Hawk has no dependencies other than a recent (> 13) clang. It has an optional dependency on libcapstone, and elf headers for debugging. Currently chezscheme or chicken is used for bootstrapping, but is not used after install.</div>
<p></p>
<pre class="code"><code>$ git clone https://github.com/djwatson/hawk.git
<pre class="code"><code>$ sudo apt install chezscheme
$ git clone https://github.com/djwatson/hawk.git
$ cd hawk
$ cmake .
$ make -j
$ sudo make install</code></pre>
Expand Down

0 comments on commit cf91f7d

Please sign in to comment.