mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 23:25:29 +00:00
Updated Haskell README to make it clear that Alex and Happy are required for c2hs
This commit is contained in:
parent
8f43bf7ffc
commit
34a203d4c9
|
@ -22,6 +22,7 @@ from source.
|
|||
If you are installing into a sandbox, run `cabal sandbox init` before
|
||||
installing Unicorn's dependencies.
|
||||
|
||||
If the build fails, try installing c2hs manually via `cabal install c2hs` (note
|
||||
that this is a known problem). If you are NOT using a sandbox, make sure that
|
||||
`$HOME/.cabal/bin` is on your PATH.
|
||||
If the build fails, install c2hs manually `cabal install c2hs` (note that this
|
||||
will probably also require you to run `cabal install alex` and `cabal install
|
||||
happy` as well). If you are NOT using a sandbox, ensure that `$HOME/.cabal/bin`
|
||||
is on your PATH.
|
||||
|
|
Loading…
Reference in a new issue