Skip to content

Commit

Permalink
updated the downloads section to cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
james@cs.ioc.ee committed Sep 22, 2010
1 parent cbc53da commit 6a2a16c
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions web/index.html
Expand Up @@ -138,15 +138,13 @@ <h2>Get SHE</h2>
<p>If the second line doesn't work it's probably because your path needs amending. cabal-install puts binaries in <code>$HOME/.cabal/bin</code> by default. You should add this to your path.</p>

<h2>Get Epigram</h2>

<p>
<code>
$ darcs get
<a href="http://www.e-pig.org/darcs/Pig09/">
http://www.e-pig.org/darcs/Pig09/</a><br/>
$ cd Pig09/src<br/>
$ make dep<br/>
$ make Pig<br/>
$ cd Pig09<br/>
$ cabal install<br/>
</code>
</p>

Expand All @@ -171,30 +169,18 @@ <h2>Staying up to date</h2>
You can just update from the darcs repo:
</p>

<p>
<code>$ darcs pull</code>
</p>

<p>
If <code>make Pig</code> unexpectedly fails, then this is often
worth a punt:
</p>
<p>
<code>
$ make clean<br/>
$ make dep<br/>
$ make Pig<br/>
$ darcs pull<br/>
$ cabal clean<br/>
$ cabal install<br/>
</code>
</p>
<p>
Sometimes you don't need the <code>make dep</code> but Epigram's build
environment is currently a bit flakey and this can sometimes gently
nudge its ducks into a row.
</p>

<p>Now might be a good time to take a look at the <a href="../man/man.html">manual</a>. Alternatively, just type:</p>
<p><code>$ Pig </code></p>
</div>
<div class="meta">
<p class="byline">Posted on 6th June 2010, by James Chapman</p>
<p class="byline">Posted on 22nd September 2010, by James Chapman</p>
</div>
</div>

Expand Down

0 comments on commit 6a2a16c

Please sign in to comment.