Skip to content

Commit

Permalink
Merge pull request #14 from masukomi/documentation
Browse files Browse the repository at this point in the history
added install instructions for other lisps
  • Loading branch information
xach committed Jan 3, 2014
2 parents 66649a8 + 2e2a32d commit de3b61d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ <h2>Contents</h2>

<a name='installation'><h2>Installation</h2></a>

<p>Buildapp does not require any libraries. To create and install the
application, use <tt>make&nbsp;install</tt>. By default, it is
installed in <tt>/usr/local/bin</tt>; to use another location,
<p>Buildapp does not require any libraries. To compile it with SBCL
you simply run <tt>make install</tt>. To compile with a different
lisp, just specify it after the make command:
<tt>make install LISP=&lt;my_favorite_lisp&gt;</tt>. For example,
you wanted to compile it under CCL you'd say
<tt>make install LISP=ccl</tt> By default, it is installed in
<tt>/usr/local/bin</tt>; to use another location,
use <tt>make&nbsp;DESTDIR=/path&nbsp;install</tt>.

<p>You can also create the buildapp binary by loading the buildapp
Expand Down

0 comments on commit de3b61d

Please sign in to comment.