diff options
| author | hallgren <hallgren@chalmers.se> | 2011-11-09 08:37:51 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-11-09 08:37:51 +0000 |
| commit | e614c46221b3bda67ebd2ab2169dc286ac3f847e (patch) | |
| tree | aeb52f929cfa04e3cbfa7716360fe0fd7711007a | |
| parent | 92e6beed7f96429dae97799bd48e5630a9f3df21 (diff) | |
Download page: add a not about the directory binaries are installed in on Mac OS X with recent versions of cabal.
| -rw-r--r-- | download/index.t2t | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/download/index.t2t b/download/index.t2t index d900ecc9b..5c6cdb053 100644 --- a/download/index.t2t +++ b/download/index.t2t @@ -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 |
