Skip to content

Commit

Permalink
Adds comments related to issues #1 and #2
Browse files Browse the repository at this point in the history
Both issues #1 and #2 contain important remarks that may be helpful. Until they make it into the code itself, I'm at least mentioning them here.
  • Loading branch information
ivanperez-keera committed Sep 24, 2014
1 parent dfe604a commit 516b973
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ details). Slides are available on that website.

The game will also be available on hackage. All the media resources are
included with the distribution (see LICENCE for redistribution terms). I
personally recommend using sandboxes (either with cabal or with cabal-dev);
personally recommend using sandboxes (either with cabal or with cabal-dev)*:

```
$ cabal update
Expand All @@ -46,6 +46,11 @@ To play it with the wiimote, you need to run the program with the special
arguments +RTS -V0. See http://github.com/ivanperez-keera/hcwiid for an
explanation.

*__Two additional notes__:

* Users of GHC 7.8 need to run additional steps. See issue [#2](../../issues/2) for instructions.
* MacOSX users (or anyone without a wiimote) might want to disable wiimote support. You'll need to comment a few things in the code and the cabal files. Issue [#1](../../issues/1) has been opened to deal with this possibility.

## Limitations

The game expects to find sources in ```data/```, inside the current
Expand Down

0 comments on commit 516b973

Please sign in to comment.