1
0
forked from GitHub/gf-core

Download page: add a not about the directory binaries are installed in on Mac OS X with recent versions of cabal.

This commit is contained in:
hallgren
2011-11-09 08:37:51 +00:00
parent 92e6beed7f
commit e614c46221

View File

@@ -67,12 +67,18 @@ You can also download the full source package from here:
=== Notes ===
The above steps installs GF for a single user and does not require root
privileges. The executables are put in ``$HOME/.cabal/bin``, so it is a good
privileges. The executables are put in ``$HOME/.cabal/bin``
(or, with recent versions of the Haskell platform on Mac OS X,
in ``$HOME/Library/Haskell/bin``), so it is a good
idea to put a line in your ``.bash_profile`` to add that directory to you path:
```
PATH=$HOME/.cabal/bin:$PATH
```
or
```
PATH=$HOME/Library/Haskell/bin:$PATH
```
GF uses ``haskeline``, which depends some non-Haskell libraries that
won't be installed automatically by cabal, so you need to install