From e614c46221b3bda67ebd2ab2169dc286ac3f847e Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 9 Nov 2011 08:37:51 +0000 Subject: [PATCH] Download page: add a not about the directory binaries are installed in on Mac OS X with recent versions of cabal. --- download/index.t2t | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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